diff options
author | obscuren <geffobscura@gmail.com> | 2015-04-04 18:24:59 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-04-04 18:24:59 +0800 |
commit | 60e097a5f4c10e9e869bd2b4b2814b766b409e18 (patch) | |
tree | cfca3bac4e0cce543bd9d17889ba52210dd7dbc9 | |
parent | ec8a6e0a2b74c5755ebab97e438b00f8765851fe (diff) | |
parent | bc5528b165e48e223c9c38dc1355511014c97e34 (diff) | |
download | dexon-60e097a5f4c10e9e869bd2b4b2814b766b409e18.tar.gz dexon-60e097a5f4c10e9e869bd2b4b2814b766b409e18.tar.zst dexon-60e097a5f4c10e9e869bd2b4b2814b766b409e18.zip |
Merge branch 'develop' into glog
-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 a5c51d831..166545014 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -43,7 +43,7 @@ import ( const ( ClientIdentifier = "Geth" - Version = "0.9.4" + Version = "0.9.5" ) var ( |