aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2016-10-10 22:17:17 +0800
committerFelix Lange <fjl@twurst.com>2016-10-10 22:17:17 +0800
commitabaa56fea59f38fcea4fb6a7537074dbe845cf51 (patch)
tree9986a1f364306b8a09234125d623d99b4c56d098
parenta79977bc208b52e72ff412a7acef784ee61d8a80 (diff)
downloadgo-tangerine-abaa56fea59f38fcea4fb6a7537074dbe845cf51.tar
go-tangerine-abaa56fea59f38fcea4fb6a7537074dbe845cf51.tar.gz
go-tangerine-abaa56fea59f38fcea4fb6a7537074dbe845cf51.tar.bz2
go-tangerine-abaa56fea59f38fcea4fb6a7537074dbe845cf51.tar.lz
go-tangerine-abaa56fea59f38fcea4fb6a7537074dbe845cf51.tar.xz
go-tangerine-abaa56fea59f38fcea4fb6a7537074dbe845cf51.tar.zst
go-tangerine-abaa56fea59f38fcea4fb6a7537074dbe845cf51.zip
[release/1.4.17] cmd/geth, VERSION: bump version to 1.4.17
-rw-r--r--VERSION2
-rw-r--r--cmd/geth/main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 6ee81aba9..04e0d3f14 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4.16
+1.4.17
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index 1e178ebe7..5cf860b12 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 = 16 // Patch version component of the current release
+ versionPatch = 17 // 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