build: bump version to 0.14.0-beta.rc1

This commit is contained in:
Olaoluwa Osuntokun 2021-10-28 17:46:59 -07:00
parent 66ca2a994b
commit 217019aa8a
No known key found for this signature in database
GPG key ID: 3BBD59E99B280306

View file

@ -41,14 +41,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 = 13 AppMinor uint = 14
// AppPatch defines the application patch for this binary. // AppPatch defines the application patch for this binary.
AppPatch uint = 99 AppPatch uint = 00
// 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() {