We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca036d commit 13a1a8fCopy full SHA for 13a1a8f
params/version.go
@@ -24,7 +24,7 @@ import (
24
const (
25
VersionMajor = 5 // Major version component of the current release
26
VersionMinor = 5 // Minor version component of the current release
27
- VersionPatch = 16 // Patch version component of the current release
+ VersionPatch = 17 // Patch version component of the current release
28
VersionMeta = "mainnet" // Version metadata to append to the version string
29
)
30
0 commit comments