diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-09-10 00:48:35 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-09-10 00:48:35 +0800 |
commit | 59d25c0c2c9e56cc0f51ff4949bf77a55064fb6d (patch) | |
tree | 3403d025cd023a262b4edc2f3cadee8387ab15af /cmd/geth/main.go | |
parent | cde06b4009c0115bb7cb838cb6130ca350e66c93 (diff) | |
download | go-tangerine-1.1.3.tar go-tangerine-1.1.3.tar.gz go-tangerine-1.1.3.tar.bz2 go-tangerine-1.1.3.tar.lz go-tangerine-1.1.3.tar.xz go-tangerine-1.1.3.tar.zst go-tangerine-1.1.3.zip |
cmd/geth: bump 1.1.3v1.1.3
Diffstat (limited to 'cmd/geth/main.go')
-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 1b720ac37..57218780e 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -48,10 +48,10 @@ import ( const ( ClientIdentifier = "Geth" - Version = "1.1.2" + Version = "1.1.3" VersionMajor = 1 VersionMinor = 1 - VersionPatch = 2 + VersionPatch = 3 ) var ( |