Skip to content

Commit

Permalink
release v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tungng98 committed Nov 7, 2024
1 parent 455bf36 commit c1a2b26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ go1.18.10 run build/ci.go install
Clone this repository and change working directory to where you clone it, then run the following commands:

```bash
docker build --file Dockerfile.node -t "viction:2.4.2" .
docker build --file Dockerfile.node -t "viction:2.4.3" .
```

### Pre-built Bianries
Expand Down Expand Up @@ -140,7 +140,7 @@ docker run --name viction \
-e NETSTATS_PORT=443 \
-e WS_SECRET=getty-site-pablo-auger-room-sos-blair-shin-whiz-delhi \
-e VERBOSITY=3 \
buildonviction/node:2.4.2
buildonviction/node:2.4.3
```

Brief explainations on the supported variables:
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionPatch = 2 // Patch version component of the current release
VersionPatch = 3 // Patch version component of the current release

VersionMeta = "stable" // Version metadata to append to the version string
)
Expand Down

0 comments on commit c1a2b26

Please sign in to comment.