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 b792412 + e538793 commit ff07d54Copy full SHA for ff07d54
params/version.go
@@ -19,10 +19,10 @@ package params
19
import "fmt"
20
21
const (
22
- VersionMajor = 1 // Major version component of the current release
23
- VersionMinor = 5 // Minor version component of the current release
24
- VersionPatch = 5 // Patch version component of the current release
25
- VersionMeta = "unstable" // Version metadata to append to the version string
+ VersionMajor = 1 // Major version component of the current release
+ VersionMinor = 5 // Minor version component of the current release
+ VersionPatch = 5 // Patch version component of the current release
+ VersionMeta = "stable" // Version metadata to append to the version string
26
)
27
28
// Version holds the textual version string.
0 commit comments