Skip to content

Commit

Permalink
update version to 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benbaley committed May 19, 2022
1 parent 2b8e2db commit b48faf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
const (
//These versions are meaning the current code version.
VersionMajor = 0 // Major version component of the current release
VersionMinor = 16 // Minor version component of the current release
VersionPatch = 3 // Patch version component of the current release
VersionMinor = 17 // Minor version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string

//CAUTION: DO NOT MODIFY THIS ONCE THE CHAIN HAS BEEN INITIALIZED!!!
Expand Down

0 comments on commit b48faf7

Please sign in to comment.