Skip to content

Commit 290e851

Browse files
committed
VERSION, cmd/geth: bumped version 1.4.2
1 parent 8f96d66 commit 290e851

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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 = 1 // Patch version component of the current release
54-
versionMeta = "rc" // 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 = 2 // 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)