diff options
author | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-08-20 05:05:39 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-08-20 05:05:39 +0800 |
commit | 9fb7bc7443cd3041a6a82477d1f8065fdeb90438 (patch) | |
tree | 0959188d2276d825e76ff38f2c7b1510749f63b6 | |
parent | e2d44814a513e7a964797b1e3639343e6682a615 (diff) | |
download | go-tangerine-9fb7bc7443cd3041a6a82477d1f8065fdeb90438.tar go-tangerine-9fb7bc7443cd3041a6a82477d1f8065fdeb90438.tar.gz go-tangerine-9fb7bc7443cd3041a6a82477d1f8065fdeb90438.tar.bz2 go-tangerine-9fb7bc7443cd3041a6a82477d1f8065fdeb90438.tar.lz go-tangerine-9fb7bc7443cd3041a6a82477d1f8065fdeb90438.tar.xz go-tangerine-9fb7bc7443cd3041a6a82477d1f8065fdeb90438.tar.zst go-tangerine-9fb7bc7443cd3041a6a82477d1f8065fdeb90438.zip |
geth: bumped version 1.0.2
-rw-r--r-- | cmd/geth/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 07c4daf60..010e3cfb8 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -48,10 +48,10 @@ import ( const ( ClientIdentifier = "Geth" - Version = "1.0.1" + Version = "1.0.2" VersionMajor = 1 VersionMinor = 0 - VersionPatch = 1 + VersionPatch = 2 ) var ( |