build: update version to v0.7.1-beta
This commit is contained in:
parent
4e8fb4d32b
commit
2058aed436
@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
|||||||
const (
|
const (
|
||||||
appMajor uint = 0
|
appMajor uint = 0
|
||||||
appMinor uint = 7
|
appMinor uint = 7
|
||||||
appPatch uint = 0
|
appPatch uint = 1
|
||||||
|
|
||||||
// appPreRelease MUST only contain characters from semanticAlphabet
|
// appPreRelease MUST only contain characters from semanticAlphabet
|
||||||
// per the semantic versioning spec.
|
// per the semantic versioning spec.
|
||||||
|
Loading…
Reference in New Issue
Block a user