aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-06-09 22:03:37 +0800
committerobscuren <geffobscura@gmail.com>2015-06-10 03:01:02 +0800
commit93f48528441b99f2c0a89326eb60a3e1ae6f92bc (patch)
tree4a6f86c09bb119c7125a6d64f94f21ed110d6a0f /cmd
parent5950755b12f204c957542035739db09860c69a2a (diff)
downloadgo-tangerine-93f48528441b99f2c0a89326eb60a3e1ae6f92bc.tar
go-tangerine-93f48528441b99f2c0a89326eb60a3e1ae6f92bc.tar.gz
go-tangerine-93f48528441b99f2c0a89326eb60a3e1ae6f92bc.tar.bz2
go-tangerine-93f48528441b99f2c0a89326eb60a3e1ae6f92bc.tar.lz
go-tangerine-93f48528441b99f2c0a89326eb60a3e1ae6f92bc.tar.xz
go-tangerine-93f48528441b99f2c0a89326eb60a3e1ae6f92bc.tar.zst
go-tangerine-93f48528441b99f2c0a89326eb60a3e1ae6f92bc.zip
cmd/geth: bumped version number 0.9.28
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 ff51bcfd4..86868e20b 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -44,7 +44,7 @@ import (
const (
ClientIdentifier = "Geth"
- Version = "0.9.27"
+ Version = "0.9.28"
)
var (