diff options
author | obscuren <geffobscura@gmail.com> | 2015-06-09 22:03:37 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-06-10 03:01:02 +0800 |
commit | 93f48528441b99f2c0a89326eb60a3e1ae6f92bc (patch) | |
tree | 4a6f86c09bb119c7125a6d64f94f21ed110d6a0f /cmd | |
parent | 5950755b12f204c957542035739db09860c69a2a (diff) | |
download | dexon-93f48528441b99f2c0a89326eb60a3e1ae6f92bc.tar.gz dexon-93f48528441b99f2c0a89326eb60a3e1ae6f92bc.tar.zst dexon-93f48528441b99f2c0a89326eb60a3e1ae6f92bc.zip |
cmd/geth: bumped version number 0.9.28
Diffstat (limited to 'cmd')
-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 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 ( |