diff options
author | Jeffrey Wilcke <geffobscura@gmail.com> | 2016-04-01 18:12:59 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2016-04-01 18:12:59 +0800 |
commit | bf324bd24be9036046e36c6248b2d7c31cce9eca (patch) | |
tree | 5ced85c2bac7805e76d970f730536d01c1e5e136 /cmd/geth | |
parent | a2e1e5c6a0ab5bacafae4f0caa165bbcdf3c6b09 (diff) | |
download | go-tangerine-1.3.6.tar go-tangerine-1.3.6.tar.gz go-tangerine-1.3.6.tar.bz2 go-tangerine-1.3.6.tar.lz go-tangerine-1.3.6.tar.xz go-tangerine-1.3.6.tar.zst go-tangerine-1.3.6.zip |
VERSION, cmd/geth: bumped version number 1.3.6v1.3.6
Diffstat (limited to 'cmd/geth')
-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 dab2d8fc0..b6e835f31 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -48,10 +48,10 @@ import ( const ( ClientIdentifier = "Geth" - Version = "1.3.5" + Version = "1.3.6" VersionMajor = 1 VersionMinor = 3 - VersionPatch = 5 + VersionPatch = 6 ) var ( |