Bump version to 1.1.1

This commit is contained in:
Gustav Simonsson 2015-09-01 23:43:22 +02:00
parent 042dcf1b28
commit 8f09242d7f
1 changed files with 2 additions and 2 deletions

View File

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