We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f423290 commit da1b6f3Copy full SHA for da1b6f3
params/version.go
@@ -23,8 +23,8 @@ import (
23
const (
24
VersionMajor = 1 // Major version component of the current release
25
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
+ VersionPatch = 12 // Patch version component of the current release
+ VersionMeta = "unstable" // Version metadata to append to the version string
28
)
29
30
// Version holds the textual version string.
0 commit comments