version: bump to v0.26.2-beta

This commit is contained in:
Andras Banki-Horvath 2023-08-08 15:53:51 +02:00
parent 6e5f191c9e
commit 954074e655
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 = 1
appPatch uint = 2
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.