diff options
author | Felix Lange <fjl@twurst.com> | 2016-10-10 22:19:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-10 22:19:05 +0800 |
commit | 5a6008e004a6611d7a478495d083eaf26e52c5f1 (patch) | |
tree | 9986a1f364306b8a09234125d623d99b4c56d098 /cmd | |
parent | 4fced0972d9bf2802cb9c3eb16cedc79c9dd60a1 (diff) | |
parent | abaa56fea59f38fcea4fb6a7537074dbe845cf51 (diff) | |
download | go-tangerine-5a6008e004a6611d7a478495d083eaf26e52c5f1.tar go-tangerine-5a6008e004a6611d7a478495d083eaf26e52c5f1.tar.gz go-tangerine-5a6008e004a6611d7a478495d083eaf26e52c5f1.tar.bz2 go-tangerine-5a6008e004a6611d7a478495d083eaf26e52c5f1.tar.lz go-tangerine-5a6008e004a6611d7a478495d083eaf26e52c5f1.tar.xz go-tangerine-5a6008e004a6611d7a478495d083eaf26e52c5f1.tar.zst go-tangerine-5a6008e004a6611d7a478495d083eaf26e52c5f1.zip |
Merge pull request #3116 from fjl/release/1.4v1.4.17
Backport TxPool limits to release/1.4
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 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 |