Skip to content

Commit f6ece4e

Browse files
authored
hotfix version update (#748)
* version updated * added stable tag
1 parent 23cc430 commit f6ece4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/version.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ package core
33
import "fmt"
44

55
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
1010
)
1111

1212
// Version holds the textual version string.

0 commit comments

Comments
 (0)