Skip to content

Commit

Permalink
release v2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tungng98 committed Jan 7, 2025
1 parent 043410b commit a5a75d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 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 "local/viction:v2.4.4" .
docker build --file Dockerfile.node -t "viction:v2.4.5" .
```

### 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:v2.4.4
buildonviction/node:v2.4.5
```

Brief explainations on the supported variables:
Expand All @@ -166,6 +166,10 @@ VERBOSITY: log level from 1 to 5. Here we're using 4 for debug messages.

For full featured guide. Please check our docs: [https://docs.viction.xyz/masternode](https://docs.viction.xyz/masternode)

### Network information

For more information about parameters to connect to Viction networks. Please check our docs: [https://docs.viction.xyz/general/network-information](https://docs.viction.xyz/general/network-information)

## Contribution

Thank you for considering to try out our network and/or help out with the source code.
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
VersionMinor = 4 // Minor version component of the current release
VersionPatch = 5 // Patch version component of the current release

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

// Version holds the textual version string.
Expand Down

0 comments on commit a5a75d8

Please sign in to comment.