We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706e19b commit af1168dCopy full SHA for af1168d
params/version.go
@@ -24,7 +24,7 @@ const (
24
//These versions are meaning the current code version.
25
VersionMajor = 1 // Major version component of the current release
26
VersionMinor = 4 // Minor version component of the current release
27
- VersionPatch = 2 // Patch version component of the current release
+ VersionPatch = 4 // Patch version component of the current release
28
VersionMeta = "unstable" // Version metadata to append to the version string
29
30
//CAUTION: DO NOT MODIFY THIS ONCE THE CHAIN HAS BEEN INITIALIZED!!!
0 commit comments