build: bump version to v0.12.99-beta

In this commit we bump the version to v0.12.99-beta to reflect that the
master branch is a super set of the recently released v0.12.1-beta.
This commit is contained in:
Olaoluwa Osuntokun 2021-03-03 15:48:42 -08:00
parent 660d37a335
commit 6c3d3711f6
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

View File

@ -44,7 +44,7 @@ const (
AppMinor uint = 12
// AppPatch defines the application patch for this binary.
AppPatch uint = 0
AppPatch uint = 99
// AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.