diff options
author | obscuren <geffobscura@gmail.com> | 2015-04-03 23:49:33 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-04-03 23:49:33 +0800 |
commit | bc5528b165e48e223c9c38dc1355511014c97e34 (patch) | |
tree | a8d42be85553fbb057cc47356d85cfea24d6832b | |
parent | f9d94c7462bbb3a0c463427baefc68555f853dee (diff) | |
download | dexon-bc5528b165e48e223c9c38dc1355511014c97e34.tar.gz dexon-bc5528b165e48e223c9c38dc1355511014c97e34.tar.zst dexon-bc5528b165e48e223c9c38dc1355511014c97e34.zip |
version bump
-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 62e30ac9a..2eb06d092 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 ( |