aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2016-08-18 23:04:31 +0800
committerGitHub <noreply@github.com>2016-08-18 23:04:31 +0800
commit99a0c7643542aecf4fae43acabfb0a8efbd4b560 (patch)
treecf1c2f8448b010ad36aa553b5be0f2697a2abb59 /cmd
parentc2eea6306e55321164e721e69a384765d8417655 (diff)
parent5ca5ccf90cc5af0789268f10bc3189f4539ea15c (diff)
downloadgo-tangerine-99a0c7643542aecf4fae43acabfb0a8efbd4b560.tar
go-tangerine-99a0c7643542aecf4fae43acabfb0a8efbd4b560.tar.gz
go-tangerine-99a0c7643542aecf4fae43acabfb0a8efbd4b560.tar.bz2
go-tangerine-99a0c7643542aecf4fae43acabfb0a8efbd4b560.tar.lz
go-tangerine-99a0c7643542aecf4fae43acabfb0a8efbd4b560.tar.xz
go-tangerine-99a0c7643542aecf4fae43acabfb0a8efbd4b560.tar.zst
go-tangerine-99a0c7643542aecf4fae43acabfb0a8efbd4b560.zip
Merge pull request #2915 from obscuren/release/1.4
Geth 1.4.11
Diffstat (limited to 'cmd')
-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 6660d9fb7..176202302 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 = 10 // Patch version component of the current release
+ versionPatch = 11 // 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