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

This commit is contained in:
Oliver Gugger
2025-08-15 08:48:18 +02:00
parent c3226e8c22
commit c113aa4a14

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() {