version: bump version to v0.25.0-beta

This commit is contained in:
Alex Bosworth 2023-06-27 19:51:59 -07:00
parent a62e9819c1
commit 3406fa8265
No known key found for this signature in database
GPG key ID: E80D2F3F311FD87E
2 changed files with 3 additions and 3 deletions

View file

@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 24
appPatch uint = 1
appMinor uint = 25
appPatch uint = 0
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.