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

This commit is contained in:
ziggie 2026-08-07 09:43:02 -03:00
parent f3d0f00358
commit ae1c701c56
No known key found for this signature in database
GPG key ID: 1AFF9C4DCED6D666

View file

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