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 77400cf commit dbffebaCopy full SHA for dbffeba
params/version.go
@@ -28,7 +28,7 @@ const (
28
VersionMajor = 1 // Major version component of the current release
29
VersionMinor = 8 // Minor version component of the current release
30
VersionPatch = 0 // Patch version component of the current release
31
- VersionMeta = "beta.2" // Version metadata to append to the version string
+ VersionMeta = "stable" // Version metadata to append to the version string
32
)
33
34
// Version holds the textual version string.
0 commit comments