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 75c938d commit 6696bd1Copy full SHA for 6696bd1
params/version.go
@@ -22,9 +22,9 @@ import (
22
23
const (
24
VersionMajor = 1 // Major version component of the current release
25
- VersionMinor = 0 // Minor version component of the current release
+ VersionMinor = 2 // Minor version component of the current release
26
VersionPatch = 0 // Patch version component of the current release
27
- VersionMeta = "unstable" // Version metadata to append to the version string
+ VersionMeta = "stable" // Version metadata to append to the version string
28
)
29
30
type VersionInfo struct {
0 commit comments