aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-09-19 09:32:32 +0800
committerGitHub <noreply@github.com>2016-09-19 09:32:32 +0800
commit9bdbaf459a9dcddfd9df22c2c47056571a6a0050 (patch)
tree0875086504e55d285da8d8f2913a08c1927c124f /cmd/geth
parent99a0c7643542aecf4fae43acabfb0a8efbd4b560 (diff)
parentdfc63c49c7462014e6ab87db41c308aebb7b176a (diff)
downloadgo-tangerine-9bdbaf459a9dcddfd9df22c2c47056571a6a0050.tar
go-tangerine-9bdbaf459a9dcddfd9df22c2c47056571a6a0050.tar.gz
go-tangerine-9bdbaf459a9dcddfd9df22c2c47056571a6a0050.tar.bz2
go-tangerine-9bdbaf459a9dcddfd9df22c2c47056571a6a0050.tar.lz
go-tangerine-9bdbaf459a9dcddfd9df22c2c47056571a6a0050.tar.xz
go-tangerine-9bdbaf459a9dcddfd9df22c2c47056571a6a0050.tar.zst
go-tangerine-9bdbaf459a9dcddfd9df22c2c47056571a6a0050.zip
Merge pull request #3008 from karalabe/release/1.4
G
Diffstat (limited to 'cmd/geth')
-rw-r--r--cmd/geth/main.go2
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