Skip to content

Commit 90723cc

Browse files
committed
1.10.62 stable
1 parent d0d6853 commit 90723cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version/version.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import (
2121
)
2222

2323
const (
24-
Major = 1 // Major version component of the current release
25-
Minor = 10 // Minor version component of the current release
26-
Patch = 62 // Patch version component of the current release
27-
Meta = "unstable" // Version metadata to append to the version string
24+
Major = 1 // Major version component of the current release
25+
Minor = 10 // Minor version component of the current release
26+
Patch = 62 // Patch version component of the current release
27+
Meta = "stable" // Version metadata to append to the version string
2828
)
2929

3030
// Version holds the textual version string.

0 commit comments

Comments
 (0)