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

This commit is contained in:
Oliver Gugger
2024-12-05 21:49:08 +01:00
parent b63ac70113
commit f312064bfb

View File

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