File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ import (
21
21
)
22
22
23
23
const (
24
- VersionMajor = 1 // Major version component of the current release
25
- VersionMinor = 8 // Minor version component of the current release
26
- VersionPatch = 13 // Patch version component of the current release
27
- VersionMeta = "unstable " // Version metadata to append to the version string
24
+ VersionMajor = 1 // Major version component of the current release
25
+ VersionMinor = 8 // Minor version component of the current release
26
+ VersionPatch = 13 // Patch version component of the current release
27
+ VersionMeta = "stable " // Version metadata to append to the version string
28
28
)
29
29
30
30
// Version holds the textual version string.
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ import (
21
21
)
22
22
23
23
const (
24
- VersionMajor = 0 // Major version component of the current release
25
- VersionMinor = 3 // Minor version component of the current release
26
- VersionPatch = 1 // Patch version component of the current release
27
- VersionMeta = "unstable " // Version metadata to append to the version string
24
+ VersionMajor = 0 // Major version component of the current release
25
+ VersionMinor = 3 // Minor version component of the current release
26
+ VersionPatch = 1 // Patch version component of the current release
27
+ VersionMeta = "stable " // Version metadata to append to the version string
28
28
)
29
29
30
30
// Version holds the textual version string.
You can’t perform that action at this time.
0 commit comments