Skip to content

Commit d9ed63e

Browse files
committed
[release/1.4.15] VERSION, cmd/geth: bumped version 1.4.15
1 parent ee58202 commit d9ed63e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.14
1+
1.4.15

cmd/geth/main.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ import (
4747
)
4848

4949
const (
50-
clientIdentifier = "Geth" // Client identifier to advertise over the network
51-
versionMajor = 1 // Major version component of the current release
52-
versionMinor = 4 // Minor version component of the current release
53-
versionPatch = 14 // Patch version component of the current release
54-
versionMeta = "prerelease" // Version metadata to append to the version string
50+
clientIdentifier = "Geth" // Client identifier to advertise over the network
51+
versionMajor = 1 // Major version component of the current release
52+
versionMinor = 4 // Minor version component of the current release
53+
versionPatch = 15 // Patch version component of the current release
54+
versionMeta = "stable" // Version metadata to append to the version string
5555

5656
versionOracle = "0xfa7b9770ca4cb04296cac84f37736d4041251cdf" // Ethereum address of the Geth release oracle
5757
)

0 commit comments

Comments
 (0)