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
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

View File

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