VERSION, cmd/geth: bumped version number 1.3.3

This commit is contained in:
Jeffrey Wilcke 2016-01-05 12:34:32 +01:00
parent 336a4d7b8d
commit c541b38fb3
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.3.2
1.3.3

View File

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