diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-09-28 18:31:06 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-09-28 18:32:14 +0800 |
commit | d4608ae0d2fc76ea1ba1d3a97033e60bab1f0d59 (patch) | |
tree | 15f58419e13f75dc0dfa940be0b1a9f3930de34f | |
parent | f50c2a5c70525ddedb12beeafea5af4ae203658c (diff) | |
download | go-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-- | VERSION | 2 | ||||
-rw-r--r-- | cmd/geth/main.go | 10 |
2 files changed, 6 insertions, 6 deletions
@@ -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 ) |