VERSION, cmd/geth: version 1.2.3

This commit is contained in:
Jeffrey Wilcke 2015-10-21 15:53:54 +02:00
parent 619b37ca37
commit 6962eda19d
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.2.2
1.2.3

View File

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