VERSION, cmd/geth: bumped version 1.3.5

pull/29975/head
Jeffrey Wilcke 9 years ago
parent 869d9792b3
commit cab802b40f
  1. 2
      VERSION
  2. 4
      cmd/geth/main.go

@ -1 +1 @@
1.3.4
1.3.5

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

Loading…
Cancel
Save