Skip to content

Commit f58fb32

Browse files
committed
params: v1.5.8-stable
1 parent 9c45b44 commit f58fb32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

params/version.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ package params
1919
import "fmt"
2020

2121
const (
22-
VersionMajor = 1 // Major version component of the current release
23-
VersionMinor = 5 // Minor version component of the current release
24-
VersionPatch = 8 // Patch version component of the current release
25-
VersionMeta = "unstable" // Version metadata to append to the version string
22+
VersionMajor = 1 // Major version component of the current release
23+
VersionMinor = 5 // Minor version component of the current release
24+
VersionPatch = 8 // Patch version component of the current release
25+
VersionMeta = "stable" // Version metadata to append to the version string
2626
)
2727

2828
// Version holds the textual version string.

0 commit comments

Comments
 (0)