aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-04-04 22:41:12 +0800
committerobscuren <geffobscura@gmail.com>2015-04-04 22:41:12 +0800
commitf9488cb763d218683904fe0f46b409d8ef42f963 (patch)
tree58b7f1af98e585158dc055d4d59274856410e8c4 /cmd/geth/main.go
parente1ed8c33bd99a87d2c3339fe28a602b1af8b85fc (diff)
downloadgo-tangerine-f9488cb763d218683904fe0f46b409d8ef42f963.tar
go-tangerine-f9488cb763d218683904fe0f46b409d8ef42f963.tar.gz
go-tangerine-f9488cb763d218683904fe0f46b409d8ef42f963.tar.bz2
go-tangerine-f9488cb763d218683904fe0f46b409d8ef42f963.tar.lz
go-tangerine-f9488cb763d218683904fe0f46b409d8ef42f963.tar.xz
go-tangerine-f9488cb763d218683904fe0f46b409d8ef42f963.tar.zst
go-tangerine-f9488cb763d218683904fe0f46b409d8ef42f963.zip
bumped version number
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index 166545014..9d517bda1 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -43,7 +43,7 @@ import (
const (
ClientIdentifier = "Geth"
- Version = "0.9.5"
+ Version = "0.9.6"
)
var (