VERSION, cmd/geth: bumped version number 1.3.3

pull/3847/head v1.3.3
Jeffrey Wilcke 9 years ago
parent 336a4d7b8d
commit c541b38fb3
  1. 2
      VERSION
  2. 4
      cmd/geth/main.go

@ -1 +1 @@
1.3.2
1.3.3

@ -48,10 +48,10 @@ import (
const (
ClientIdentifier = "Geth"
Version = "1.3.2"
Version = "1.3.3"
VersionMajor = 1
VersionMinor = 3
VersionPatch = 2
VersionPatch = 3
)
var (

Loading…
Cancel
Save