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

This commit is contained in:
Oliver Gugger
2025-07-04 09:08:11 +02:00
parent acac2a12d6
commit 775a6dd8f8

View File

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