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

This commit is contained in:
Olaoluwa Osuntokun 2023-05-29 12:50:34 -07:00
parent 96435425e9
commit 29f9fe5c1a
No known key found for this signature in database
GPG key ID: 3BBD59E99B280306

View file

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