version+README: prepare for release of v0.7.1-alpha

This commit is contained in:
Elle Mouton 2022-08-25 10:01:59 +02:00
parent 73de96e253
commit e749d2f6bb
No known key found for this signature in database
GPG key ID: D7D916376026F177
2 changed files with 3 additions and 1 deletions

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.