Skip to content

Commit da1b6f3

Browse files
committed
params: begin v1.10.12 release cycle
1 parent f423290 commit da1b6f3

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
@@ -23,8 +23,8 @@ import (
2323
const (
2424
VersionMajor = 1 // Major version component of the current release
2525
VersionMinor = 10 // Minor version component of the current release
26-
VersionPatch = 11 // Patch version component of the current release
27-
VersionMeta = "stable" // Version metadata to append to the version string
26+
VersionPatch = 12 // Patch version component of the current release
27+
VersionMeta = "unstable" // Version metadata to append to the version string
2828
)
2929

3030
// Version holds the textual version string.

0 commit comments

Comments
 (0)