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

This commit is contained in:
Oliver Gugger
2025-07-09 10:37:20 +02:00
parent f16e795917
commit e4465daa60

View File

@@ -51,7 +51,7 @@ const (
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
AppPreRelease = "beta.rc1"
AppPreRelease = "beta.rc2"
)
func init() {