version: bump to v0.26.1-beta

This commit is contained in:
Andras Banki-Horvath 2023-08-08 09:24:59 +02:00
parent 824f543c0f
commit be71bf8cf5
No known key found for this signature in database
GPG key ID: 80E5375C094198D8

View file

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