Skip to content

Commit 91c8f87

Browse files
authored
Merge pull request ethereum#3538 from karalabe/cycle-1.5.7
params, VERSION: start 1.5.7 release cycle
2 parents 2a609af + d056b7f commit 91c8f87

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.6
1+
1.5.7

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