diff options
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | cmd/geth/main.go | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1 +1 @@ -1.3.5 +1.3.6 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 ( |