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

This commit is contained in:
Oliver Gugger
2025-08-06 14:53:23 +02:00
parent d5f451ae00
commit eccdd3c966

View File

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