diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-09-10 00:50:01 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-09-10 00:50:01 +0800 |
commit | 590ec4a4c754c837631f0e9b3f4d98e9c60f46b5 (patch) | |
tree | 6ff9735a61fe6c4a08bf360780b459f5dd8ecaa5 /cmd/geth | |
parent | 2e16b7c3fd1ddc78207e40ee654deecf268e0c2c (diff) | |
download | go-tangerine-1.0.5.tar go-tangerine-1.0.5.tar.gz go-tangerine-1.0.5.tar.bz2 go-tangerine-1.0.5.tar.lz go-tangerine-1.0.5.tar.xz go-tangerine-1.0.5.tar.zst go-tangerine-1.0.5.zip |
cmd/geth: bump 1.0.5v1.0.5
Diffstat (limited to 'cmd/geth')
-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 dd6d6f903..7fab56353 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -50,7 +50,7 @@ import ( const ( ClientIdentifier = "Geth" - Version = "1.0.4" + Version = "1.0.5" ) var ( |