aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-06-29 16:54:36 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-06-29 16:54:36 +0800
commit3e1dbc3ca736d320c1a68577f9f9ccd3eeb127a0 (patch)
treed41ececd62fc579d27c6e4b96f773b9635652460 /cmd
parentadb065a3287bdf78a1597083f2d8e450b8afaaf7 (diff)
downloadgo-tangerine-3e1dbc3ca736d320c1a68577f9f9ccd3eeb127a0.tar
go-tangerine-3e1dbc3ca736d320c1a68577f9f9ccd3eeb127a0.tar.gz
go-tangerine-3e1dbc3ca736d320c1a68577f9f9ccd3eeb127a0.tar.bz2
go-tangerine-3e1dbc3ca736d320c1a68577f9f9ccd3eeb127a0.tar.lz
go-tangerine-3e1dbc3ca736d320c1a68577f9f9ccd3eeb127a0.tar.xz
go-tangerine-3e1dbc3ca736d320c1a68577f9f9ccd3eeb127a0.tar.zst
go-tangerine-3e1dbc3ca736d320c1a68577f9f9ccd3eeb127a0.zip
VERSION, cmd/geth: bumped version 1.4.9
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 c58013c1a..4e6f2a1d0 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 = 8 // Patch version component of the current release
+ versionPatch = 9 // 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