File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ package core
3
3
import "fmt"
4
4
5
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
6
+ VersionMajor = 1 // Major version component of the current release
7
+ VersionMinor = 0 // Minor version component of the current release
8
+ VersionPatch = 3 // Patch version component of the current release
9
+ VersionMeta = "incentivised-testnet-phase2-patch3- stable" // Version metadata to append to the version string
10
10
)
11
11
12
12
// Version holds the textual version string.
You can’t perform that action at this time.
0 commit comments