Skip to content

Commit 404cd5d

Browse files
karalabekielbarry
authored andcommitted
VERSION, params: begin v1.8.12 release cycle
1 parent 50b1727 commit 404cd5d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.11
1+
1.8.12

params/version.go

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

2323
// Version components of the current release.
2424
const (
25-
VersionMajor = 1 // Major version component of the current release
26-
VersionMinor = 8 // Minor version component of the current release
27-
VersionPatch = 11 // Patch version component of the current release
28-
VersionMeta = "stable" // Version metadata to append to the version string
25+
VersionMajor = 1 // Major version component of the current release
26+
VersionMinor = 8 // Minor version component of the current release
27+
VersionPatch = 12 // Patch version component of the current release
28+
VersionMeta = "unstable" // Version metadata to append to the version string
2929
)
3030

3131
// Version holds the textual version string.

0 commit comments

Comments
 (0)