aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-06-24 18:19:03 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-06-24 21:20:43 +0800
commiteaf706b73c31eb6dd36f1805b264985de4d594a7 (patch)
tree335831ea33f99204dddf71eb740723a6f6427111 /cmd
parentb170a80cdcb380765c711017588b2d148eb1601e (diff)
downloadgo-tangerine-eaf706b73c31eb6dd36f1805b264985de4d594a7.tar
go-tangerine-eaf706b73c31eb6dd36f1805b264985de4d594a7.tar.gz
go-tangerine-eaf706b73c31eb6dd36f1805b264985de4d594a7.tar.bz2
go-tangerine-eaf706b73c31eb6dd36f1805b264985de4d594a7.tar.lz
go-tangerine-eaf706b73c31eb6dd36f1805b264985de4d594a7.tar.xz
go-tangerine-eaf706b73c31eb6dd36f1805b264985de4d594a7.tar.zst
go-tangerine-eaf706b73c31eb6dd36f1805b264985de4d594a7.zip
VERSION, cmd/geth: bumped version 1.4.8
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 40d317f13..878b90deb 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 = 7 // Patch version component of the current release
+ versionPatch = 8 // 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