diff options
author | Jeffrey Wilcke <geffobscura@gmail.com> | 2016-08-18 20:56:57 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2016-08-18 21:25:16 +0800 |
commit | 5ca5ccf90cc5af0789268f10bc3189f4539ea15c (patch) | |
tree | cf1c2f8448b010ad36aa553b5be0f2697a2abb59 /cmd | |
parent | c4ed34f008ae508549c03ec286467f48b188272f (diff) | |
download | go-tangerine-5ca5ccf90cc5af0789268f10bc3189f4539ea15c.tar go-tangerine-5ca5ccf90cc5af0789268f10bc3189f4539ea15c.tar.gz go-tangerine-5ca5ccf90cc5af0789268f10bc3189f4539ea15c.tar.bz2 go-tangerine-5ca5ccf90cc5af0789268f10bc3189f4539ea15c.tar.lz go-tangerine-5ca5ccf90cc5af0789268f10bc3189f4539ea15c.tar.xz go-tangerine-5ca5ccf90cc5af0789268f10bc3189f4539ea15c.tar.zst go-tangerine-5ca5ccf90cc5af0789268f10bc3189f4539ea15c.zip |
[release/1.4.11] VERSION, cmd/geth: bumped version 1.4.11
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 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 |