diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-09-19 09:22:44 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-09-19 09:23:42 +0800 |
commit | dfc63c49c7462014e6ab87db41c308aebb7b176a (patch) | |
tree | 0875086504e55d285da8d8f2913a08c1927c124f /cmd | |
parent | e44b2dc8817c3f9ff4bfcc03d73ec7890dd36fcf (diff) | |
download | go-tangerine-dfc63c49c7462014e6ab87db41c308aebb7b176a.tar go-tangerine-dfc63c49c7462014e6ab87db41c308aebb7b176a.tar.gz go-tangerine-dfc63c49c7462014e6ab87db41c308aebb7b176a.tar.bz2 go-tangerine-dfc63c49c7462014e6ab87db41c308aebb7b176a.tar.lz go-tangerine-dfc63c49c7462014e6ab87db41c308aebb7b176a.tar.xz go-tangerine-dfc63c49c7462014e6ab87db41c308aebb7b176a.tar.zst go-tangerine-dfc63c49c7462014e6ab87db41c308aebb7b176a.zip |
[release/1.4.12] VERSION, cmd/geth: bumped version 1.4.12
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/geth/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 176202302..e0e440e5b 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -50,7 +50,7 @@ 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 = 11 // Patch version component of the current release + versionPatch = 12 // 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 |