build: bump version to v0.16.0-rc1

This commit is contained in:
Olaoluwa Osuntokun 2023-02-23 15:36:29 -08:00
parent cfc19a9ac4
commit 036a0144cb
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

View File

@ -40,14 +40,14 @@ const (
AppMajor uint = 0 AppMajor uint = 0
// AppMinor defines the minor version of this binary. // AppMinor defines the minor version of this binary.
AppMinor uint = 15 AppMinor uint = 16
// AppPatch defines the application patch for this binary. // AppPatch defines the application patch for this binary.
AppPatch uint = 99 AppPatch uint = 0
// AppPreRelease MUST only contain characters from semanticAlphabet // AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec. // per the semantic versioning spec.
AppPreRelease = "beta" AppPreRelease = "beta.rc1"
) )
func init() { func init() {