[release/1.3.4] cmd/geth: bump version v1.3.4

This commit is contained in:
Jeffrey Wilcke 2016-02-24 13:35:20 +01:00
parent 4e0fe48e20
commit e7fb300053
1 changed files with 2 additions and 2 deletions

View File

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