aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-05-16 19:03:30 +0800
committerobscuren <geffobscura@gmail.com>2015-05-16 19:03:30 +0800
commit69f8a1b01ae750952efdb1d89cd561f02ccd6fba (patch)
tree49393c19fdc31bbb1b45b32e430b9f4361cf8c09 /cmd/geth/main.go
parent1564f1a020b9edc78bc672f8f2df64b3d0dc55c3 (diff)
parentad7b0efbd3fc00e089159768b7475e657adf84fe (diff)
downloaddexon-69f8a1b01ae750952efdb1d89cd561f02ccd6fba.tar
dexon-69f8a1b01ae750952efdb1d89cd561f02ccd6fba.tar.gz
dexon-69f8a1b01ae750952efdb1d89cd561f02ccd6fba.tar.bz2
dexon-69f8a1b01ae750952efdb1d89cd561f02ccd6fba.tar.lz
dexon-69f8a1b01ae750952efdb1d89cd561f02ccd6fba.tar.xz
dexon-69f8a1b01ae750952efdb1d89cd561f02ccd6fba.tar.zst
dexon-69f8a1b01ae750952efdb1d89cd561f02ccd6fba.zip
Merge branch 'hotfix/0.9.21-1'
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 158b08796..e9deec61f 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -50,7 +50,7 @@ import _ "net/http/pprof"
const (
ClientIdentifier = "Geth"
- Version = "0.9.21"
+ Version = "0.9.21.1"
)
var (