Bump for v1.1.2

This commit is contained in:
Alex Yocom-Piatt 2017-11-10 11:15:06 -06:00 committed by Dave Collins
parent 520214505e
commit d4172fb0eb
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 1
appMinor uint = 1
appPatch uint = 0
appPatch uint = 2
// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.

View File

@ -19,7 +19,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 1
appMinor uint = 1
appPatch uint = 0
appPatch uint = 2
// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.