cmd/geth: bump 1.1.2

This commit is contained in:
Jeffrey Wilcke 2015-09-03 00:52:42 +02:00
parent fc3941d1fd
commit 587669215b
1 changed files with 2 additions and 2 deletions

View File

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