aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Wilcke <geffobscura@gmail.com>2016-05-10 04:06:27 +0800
committerJeffrey Wilcke <geffobscura@gmail.com>2016-05-10 04:06:27 +0800
commit290e851f57f5d27a1d5f0f7ad784c836e017c337 (patch)
tree4241f54e6011b9e80687b8ad7754b7fdc68c1d36
parent8f96d66241a7585a12a56f28352cb64951abc559 (diff)
downloadgo-tangerine-1.4.2.tar.gz
go-tangerine-1.4.2.tar.zst
go-tangerine-1.4.2.zip
VERSION, cmd/geth: bumped version 1.4.2v1.4.2
-rw-r--r--cmd/geth/main.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index 975644d61..ff9b75485 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -47,11 +47,11 @@ import (
)
const (
- clientIdentifier = "Geth" // Client identifier to advertise over the network
- versionMajor = 1 // Major version component of the current release
- versionMinor = 4 // Minor version component of the current release
- versionPatch = 1 // Patch version component of the current release
- versionMeta = "rc" // Version metadata to append to the version string
+ clientIdentifier = "Geth" // Client identifier to advertise over the network
+ versionMajor = 1 // Major version component of the current release
+ versionMinor = 4 // Minor version component of the current release
+ versionPatch = 2 // Patch version component of the current release
+ versionMeta = "stable" // Version metadata to append to the version string
versionOracle = "0xfa7b9770ca4cb04296cac84f37736d4041251cdf" // Ethereum address of the Geth release oracle
)