VERSION, cmd/geth: bumped version number 1.3.6

This commit is contained in:
Jeffrey Wilcke
2016-04-01 12:12:59 +02:00
parent a2e1e5c6a0
commit bf324bd24b
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.3.5 1.3.6

View File

@ -48,10 +48,10 @@ import (
const ( const (
ClientIdentifier = "Geth" ClientIdentifier = "Geth"
Version = "1.3.5" Version = "1.3.6"
VersionMajor = 1 VersionMajor = 1
VersionMinor = 3 VersionMinor = 3
VersionPatch = 5 VersionPatch = 6
) )
var ( var (