diff options
author | Felix Lange <fjl@twurst.com> | 2016-10-10 22:17:17 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2016-10-10 22:17:17 +0800 |
commit | abaa56fea59f38fcea4fb6a7537074dbe845cf51 (patch) | |
tree | 9986a1f364306b8a09234125d623d99b4c56d098 | |
parent | a79977bc208b52e72ff412a7acef784ee61d8a80 (diff) | |
download | go-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-- | VERSION | 2 | ||||
-rw-r--r-- | cmd/geth/main.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |