diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-07-16 19:30:50 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-07-16 19:30:50 +0800 |
commit | c2eea6306e55321164e721e69a384765d8417655 (patch) | |
tree | 44d87018439ff95a86b80958e150f8486524f80f /cmd | |
parent | 1d6b65cd845b1360904dc1edc3285ae29472cf1b (diff) | |
download | go-tangerine-c2eea6306e55321164e721e69a384765d8417655.tar go-tangerine-c2eea6306e55321164e721e69a384765d8417655.tar.gz go-tangerine-c2eea6306e55321164e721e69a384765d8417655.tar.bz2 go-tangerine-c2eea6306e55321164e721e69a384765d8417655.tar.lz go-tangerine-c2eea6306e55321164e721e69a384765d8417655.tar.xz go-tangerine-c2eea6306e55321164e721e69a384765d8417655.tar.zst go-tangerine-c2eea6306e55321164e721e69a384765d8417655.zip |
VERSION, cmd/geth: bumped version 1.4.10
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 62c990be0..6660d9fb7 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 = 9 // Patch version component of the current release + versionPatch = 10 // 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 |