Skip to content

Commit

Permalink
bump version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tungng98 committed Oct 8, 2024
1 parent 0fcaf55 commit a6fdacd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ go1.13.15 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.0" .
docker build --file Dockerfile.node -t "viction:2.4.1" .
```

### Pre-built Bianries
Expand Down Expand Up @@ -125,8 +125,6 @@ Brief explainations on the used flags:

### Run Docker

From the above built image. Run the following command for full node on mainnet:

```bash
docker run --name viction \
-v "/path/to/data_dir:/tomochain/data" \
Expand All @@ -142,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 \
docker.io/library/viction:2.4.0
buildonviction/node:2.4.1
```

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 = 0 // Patch version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit a6fdacd

Please sign in to comment.