We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2a2b7d + a5b0deb commit d8f8a11Copy full SHA for d8f8a11
1 file changed
params/version.go
@@ -21,9 +21,9 @@ import (
21
)
22
23
const (
24
- VersionMajor = 0 // Major version component of the current release
25
- VersionMinor = 2 // Minor version component of the current release
26
- VersionPatch = 8 // Patch version component of the current release
+ VersionMajor = 1 // Major version component of the current release
+ VersionMinor = 0 // Minor version component of the current release
+ VersionPatch = 0 // Patch version component of the current release
27
VersionMeta = "stable" // Version metadata to append to the version string
28
29
0 commit comments