Merge pull request #11044 from ziggie1984/bump-v0.20.3

build: bump version to v0.20.3-beta.rc1
This commit is contained in:
ziggieXXX 2026-08-07 13:02:02 -03:00 committed by GitHub
commit 1364c8b4c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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() {