build: bump version to v0.16.99

In this commit, we bump the version of the master branch to v0.16.99.
This reflects the fact that master will be a super set of all the minor
releases until v0.17, and will also include changes towards v0.17.
This commit is contained in:
Olaoluwa Osuntokun 2023-04-04 19:48:58 -07:00
parent 51df3e5b1e
commit febf1ab0d5
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

View File

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