Skip to content

Commit c3c58eb

Browse files
authored
Merge pull request ethereum#3259 from obscuren/version-1-5-0
utils: stable 1.5.0
2 parents ce3c52d + 233950d commit c3c58eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd/utils/version.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ import (
2828
)
2929

3030
const (
31-
VersionMajor = 1 // Major version component of the current release
32-
VersionMinor = 5 // Minor version component of the current release
33-
VersionPatch = 0 // Patch version component of the current release
34-
VersionMeta = "unstable" // Version metadata to append to the version string
31+
VersionMajor = 1 // Major version component of the current release
32+
VersionMinor = 5 // Minor version component of the current release
33+
VersionPatch = 0 // Patch version component of the current release
34+
VersionMeta = "stable" // Version metadata to append to the version string
3535
)
3636

3737
// Version holds the textual version string.

0 commit comments

Comments
 (0)