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

This commit is contained in:
Oliver Gugger
2025-06-04 12:26:44 +02:00
parent 0aa53b74a4
commit fedc4c939f

View File

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