Bump for v0.6.0

This commit is contained in:
John C. Vernaleo 2016-11-02 10:19:02 -04:00
parent e7dcfbc982
commit 3000ee0e6b
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 0
appMinor uint = 5
appMinor uint = 6
appPatch uint = 0
// appPreRelease MUST only contain characters from semanticAlphabet

View File

@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 0
appMinor uint = 5
appMinor uint = 6
appPatch uint = 0
// appPreRelease MUST only contain characters from semanticAlphabet