VERSION, cmd/geth: bumped version number 1.3.6

pull/3848/head v1.3.6
Jeffrey Wilcke 9 years ago
parent a2e1e5c6a0
commit bf324bd24b
  1. 2
      VERSION
  2. 4
      cmd/geth/main.go

@ -1 +1 @@
1.3.5
1.3.6

@ -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 (

Loading…
Cancel
Save