build: bump version to v0.21.2-beta.rc1

This commit is contained in:
ziggie 2026-08-07 09:38:57 -03:00
parent 88ea937d82
commit 75ab74b9f8
No known key found for this signature in database
GPG key ID: 1AFF9C4DCED6D666

View file

@ -47,11 +47,11 @@ const (
AppMinor uint = 21
// AppPatch defines the application patch for this binary.
AppPatch uint = 01
AppPatch uint = 02
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
AppPreRelease = "beta"
AppPreRelease = "beta.rc1"
)
func init() {