build: bump version to 0.6.1-beta

This commit is contained in:
Olaoluwa Osuntokun 2019-05-03 17:04:27 -07:00
parent a8fa4094ba
commit 7f08c097fb
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

View File

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