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 14f1543 commit 74165a8Copy full SHA for 74165a8
version/version.go
@@ -17,8 +17,8 @@
17
package version
18
19
const (
20
- Major = 1 // Major version component of the current release
21
- Minor = 15 // Minor version component of the current release
22
- Patch = 9 // Patch version component of the current release
23
- Meta = "unstable" // Version metadata to append to the version string
+ Major = 1 // Major version component of the current release
+ Minor = 15 // Minor version component of the current release
+ Patch = 9 // Patch version component of the current release
+ Meta = "stable" // Version metadata to append to the version string
24
)
0 commit comments