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.
2 parents 138d6c9 + c532390 commit 9001c57Copy full SHA for 9001c57
version/version.go
@@ -21,10 +21,10 @@ import (
21
)
22
23
const (
24
- Major = 1 // Major version component of the current release
25
- Minor = 10 // Minor version component of the current release
26
- Patch = 60 // Patch version component of the current release
27
- Meta = "unstable" // Version metadata to append to the version string
+ Major = 1 // Major version component of the current release
+ Minor = 10 // Minor version component of the current release
+ Patch = 60 // Patch version component of the current release
+ Meta = "stable" // Version metadata to append to the version string
28
29
30
// Version holds the textual version string.
0 commit comments