Skip to content

Commit 4f5f902

Browse files
committed
params, VERSION: v1.5.9-unstable
1 parent f58fb32 commit 4f5f902

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.8
1+
1.5.9

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 = "stable" // 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 = 9 // Patch version component of the current release
25+
VersionMeta = "unstable" // Version metadata to append to the version string
2626
)
2727

2828
// Version holds the textual version string.

0 commit comments

Comments
 (0)