We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23cc430 commit f6ece4eCopy full SHA for f6ece4e
core/version.go
@@ -3,10 +3,10 @@ package core
3
import "fmt"
4
5
const (
6
- VersionMajor = 1 // Major version component of the current release
7
- VersionMinor = 0 // Minor version component of the current release
8
- VersionPatch = 2 // Patch version component of the current release
9
- VersionMeta = "stable" // Version metadata to append to the version string
+ VersionMajor = 1 // Major version component of the current release
+ VersionMinor = 0 // Minor version component of the current release
+ VersionPatch = 3 // Patch version component of the current release
+ VersionMeta = "incentivised-testnet-phase2-patch3-stable" // Version metadata to append to the version string
10
)
11
12
// Version holds the textual version string.
0 commit comments