build: update version to v0.7.1-beta

This commit is contained in:
Olaoluwa Osuntokun 2019-07-23 16:18:17 -07:00
parent 4e8fb4d32b
commit 2058aed436
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 = 7
appPatch uint = 0
appPatch uint = 1
// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.