build: bump to v0.18.3-beta.rc1

This commit is contained in:
Olaoluwa Osuntokun
2024-08-08 14:43:11 -07:00
parent 57a5e4912b
commit 7c2cf49d66

View File

@@ -43,11 +43,11 @@ const (
AppMinor uint = 18 AppMinor uint = 18
// AppPatch defines the application patch for this binary. // AppPatch defines the application patch for this binary.
AppPatch uint = 00 AppPatch uint = 3
// 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" AppPreRelease = "beta.rc1"
) )
func init() { func init() {