diff options
author | obscuren <geffobscura@gmail.com> | 2015-06-10 03:14:11 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-06-10 03:14:11 +0800 |
commit | 7e58949c3f4c67960fb0422f49f3e513a388cc5d (patch) | |
tree | 4737800c5747d207601bfd8349494823b6a377ae /cmd/geth | |
parent | 667f5a09c399bcd6ed44ef0c6aedbb4d6a1d0cb9 (diff) | |
download | go-tangerine-7e58949c3f4c67960fb0422f49f3e513a388cc5d.tar.gz go-tangerine-7e58949c3f4c67960fb0422f49f3e513a388cc5d.tar.zst go-tangerine-7e58949c3f4c67960fb0422f49f3e513a388cc5d.zip |
cmd/geth: develop version bump 0.9.29
Diffstat (limited to 'cmd/geth')
-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 86868e20b..4d7d57220 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -44,7 +44,7 @@ import ( const ( ClientIdentifier = "Geth" - Version = "0.9.28" + Version = "0.9.29" ) var ( |