We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2b349 commit 7a83657Copy full SHA for 7a83657
params/version.go
@@ -21,10 +21,10 @@ import (
21
)
22
23
const (
24
- VersionMajor = 2 // Major version component of the current release
25
- VersionMinor = 6 // Minor version component of the current release
26
- VersionPatch = 5 // Patch version component of the current release
27
- VersionMeta = "beta" // Version metadata to append to the version string
+ VersionMajor = 2 // Major version component of the current release
+ VersionMinor = 6 // Minor version component of the current release
+ VersionPatch = 6 // Patch version component of the current release
+ VersionMeta = "testnet" // Version metadata to append to the version string
28
29
30
// Version holds the textual version string.
0 commit comments