Skip to content

Commit ff07d54

Browse files
authored
Merge pull request ethereum#3440 from karalabe/release-1.5.5
params: stable version 1.5.5
2 parents b792412 + e538793 commit ff07d54

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