build: bump version to 0.19.0

This commit is contained in:
Olaoluwa Osuntokun
2025-05-19 17:46:22 -07:00
parent 30f3d7ce89
commit 2b76e2fbd5

View File

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