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

This commit is contained in:
Oliver Gugger
2024-10-11 14:46:28 +02:00
parent 89c84f1da6
commit ca3bde901e

View File

@@ -43,11 +43,11 @@ const (
AppMinor uint = 18
// AppPatch defines the application patch for this binary.
AppPatch uint = 3
AppPatch uint = 4
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
AppPreRelease = "beta"
AppPreRelease = "beta.rc1"
)
func init() {