version: bump to version v0.7.1-beta

This commit is contained in:
Olaoluwa Osuntokun 2026-05-21 20:36:11 -07:00
parent 573fb57639
commit 7fa2c9f5b0

View file

@ -29,7 +29,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.