Skip to content

Commit a07539f

Browse files
authored
Merge pull request #3671 from karalabe/1.5.9-stable
params: 1.5.9 stable
2 parents 6988e5f + aba016d commit a07539f

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 = 9 // 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 = 9 // 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)