build: bump version to v0.15.99

We forgot to do this after 0.15 was tagged, but usually we use a x.99
version to indicate that the commits in master are between releases.
This might also make it easier to help identify exactly which version a
user is running in issue reports.

[skip-ci]
This commit is contained in:
Olaoluwa Osuntokun 2022-08-11 17:35:10 -07:00
parent a1cd7734d8
commit 67a6bb5ecf
No known key found for this signature in database
GPG key ID: 3BBD59E99B280306

View file

@ -44,7 +44,7 @@ const (
AppMinor uint = 15
// 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.