build: bump version to v0.20.3

This commit is contained in:
ziggie 2026-08-12 12:18:53 -03:00
parent f1f8bb18ad
commit 02c6ba46e4
No known key found for this signature in database
GPG key ID: 1AFF9C4DCED6D666

View file

@ -51,7 +51,7 @@ const (
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
AppPreRelease = "beta.rc1"
AppPreRelease = "beta"
)
func init() {