diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-05-24 16:26:21 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-05-24 16:26:21 +0800 |
commit | 27df30f30f700e0b4496024ef26a668fef4ab794 (patch) | |
tree | 226ef18b9f43fa12240459b2fc41b84b09c51265 /cmd | |
parent | 68ae6b52e92cfcb54a628b653b90f7d356e5df50 (diff) | |
download | go-tangerine-27df30f30f700e0b4496024ef26a668fef4ab794.tar go-tangerine-27df30f30f700e0b4496024ef26a668fef4ab794.tar.gz go-tangerine-27df30f30f700e0b4496024ef26a668fef4ab794.tar.bz2 go-tangerine-27df30f30f700e0b4496024ef26a668fef4ab794.tar.lz go-tangerine-27df30f30f700e0b4496024ef26a668fef4ab794.tar.xz go-tangerine-27df30f30f700e0b4496024ef26a668fef4ab794.tar.zst go-tangerine-27df30f30f700e0b4496024ef26a668fef4ab794.zip |
VERSION, cmd/geth: bumped version 1.4.5
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 5a2fc6287..e94b76594 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 = 4 // Patch version component of the current release + versionPatch = 5 // 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 |