Merge pull request #10935 from ziggie1984/bump-v0.20.2

build: bump version to 0.20.2-beta.rc1
This commit is contained in:
ziggieXXX 2026-06-29 10:48:35 -03:00 committed by GitHub
commit 529bdb1a8b
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 = 01
AppPatch uint = 02
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
AppPreRelease = "beta"
AppPreRelease = "beta.rc1"
)
func init() {