aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-09-28 18:31:06 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-09-28 18:32:14 +0800
commitd4608ae0d2fc76ea1ba1d3a97033e60bab1f0d59 (patch)
tree15f58419e13f75dc0dfa940be0b1a9f3930de34f
parentf50c2a5c70525ddedb12beeafea5af4ae203658c (diff)
downloadgo-tangerine-d4608ae0d2fc76ea1ba1d3a97033e60bab1f0d59.tar
go-tangerine-d4608ae0d2fc76ea1ba1d3a97033e60bab1f0d59.tar.gz
go-tangerine-d4608ae0d2fc76ea1ba1d3a97033e60bab1f0d59.tar.bz2
go-tangerine-d4608ae0d2fc76ea1ba1d3a97033e60bab1f0d59.tar.lz
go-tangerine-d4608ae0d2fc76ea1ba1d3a97033e60bab1f0d59.tar.xz
go-tangerine-d4608ae0d2fc76ea1ba1d3a97033e60bab1f0d59.tar.zst
go-tangerine-d4608ae0d2fc76ea1ba1d3a97033e60bab1f0d59.zip
[release/1.4.14] VERSION, cmd/geth: bumped version 1.4.14
-rw-r--r--VERSION2
-rw-r--r--cmd/geth/main.go10
2 files changed, 6 insertions, 6 deletions
diff --git a/VERSION b/VERSION
index acd81d7f2..323afbcd2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4.13
+1.4.14
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index 8bcf5c14c..71a185eb5 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 = 13 // Patch version component of the current release
- versionMeta = "stable" // 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 = 14 // Patch version component of the current release
+ versionMeta = "prerelease" // Version metadata to append to the version string
versionOracle = "0xfa7b9770ca4cb04296cac84f37736d4041251cdf" // Ethereum address of the Geth release oracle
)