Skip to content

Commit 6696bd1

Browse files
author
Joshua Gutow
committed
Release celo-blockchain 1.2.0
1 parent 75c938d commit 6696bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ import (
2222

2323
const (
2424
VersionMajor = 1 // Major version component of the current release
25-
VersionMinor = 0 // Minor version component of the current release
25+
VersionMinor = 2 // Minor version component of the current release
2626
VersionPatch = 0 // Patch version component of the current release
27-
VersionMeta = "unstable" // Version metadata to append to the version string
27+
VersionMeta = "stable" // Version metadata to append to the version string
2828
)
2929

3030
type VersionInfo struct {

0 commit comments

Comments
 (0)