diff options
author | Jeffrey Wilcke <geffobscura@gmail.com> | 2016-04-20 00:15:04 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2016-04-20 00:15:04 +0800 |
commit | 8241fa522772837f0d05511f20caa6da1d5a3209 (patch) | |
tree | 39c9b0f256507d9809f5f3c6e95e7c758542c2fb | |
parent | a6ca8fd26884807c80b649bd2a0e780aa93ced22 (diff) | |
download | go-tangerine-1.4.0.tar go-tangerine-1.4.0.tar.gz go-tangerine-1.4.0.tar.bz2 go-tangerine-1.4.0.tar.lz go-tangerine-1.4.0.tar.xz go-tangerine-1.4.0.tar.zst go-tangerine-1.4.0.zip |
VERSION, cmd/geth: bumped versionv1.4.0
-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 512a5f183..8fe193b14 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -45,7 +45,7 @@ import ( const ( ClientIdentifier = "Geth" - Version = "1.4.0-unstable" + Version = "1.4.0-rc" VersionMajor = 1 VersionMinor = 4 VersionPatch = 0 |