build: bump version to v0.19.0 rc2

This commit is contained in:
Olaoluwa Osuntokun 2025-04-01 16:45:14 -07:00
parent 676414b9d7
commit a7e89c130d
No known key found for this signature in database
GPG Key ID: 90525F7DEEE0AD86

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