version: bump to v0.26.0-beta for final release

In this commit, we drop the rc1 pre-release suffix, taking the version
from v0.26.0-beta.rc1 to v0.26.0-beta for the final release.
This commit is contained in:
Olaoluwa Osuntokun 2026-06-18 15:45:55 -07:00
parent 9dcdd4814b
commit abec11012e

View file

@ -22,7 +22,7 @@ const (
// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
appPreRelease = "beta.rc1"
appPreRelease = "beta"
)
// appBuild is defined as a variable so it can be overridden during the build