aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-05-16 18:38:23 +0800
committerobscuren <geffobscura@gmail.com>2015-05-16 19:02:30 +0800
commitad7b0efbd3fc00e089159768b7475e657adf84fe (patch)
tree49393c19fdc31bbb1b45b32e430b9f4361cf8c09 /cmd
parentd98a6f85fc1787a166ab91720c738fed2098185f (diff)
downloadgo-tangerine-ad7b0efbd3fc00e089159768b7475e657adf84fe.tar
go-tangerine-ad7b0efbd3fc00e089159768b7475e657adf84fe.tar.gz
go-tangerine-ad7b0efbd3fc00e089159768b7475e657adf84fe.tar.bz2
go-tangerine-ad7b0efbd3fc00e089159768b7475e657adf84fe.tar.lz
go-tangerine-ad7b0efbd3fc00e089159768b7475e657adf84fe.tar.xz
go-tangerine-ad7b0efbd3fc00e089159768b7475e657adf84fe.tar.zst
go-tangerine-ad7b0efbd3fc00e089159768b7475e657adf84fe.zip
cmd/geth: hotfix bumpv0.9.21.1
Diffstat (limited to 'cmd')
-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 (