Merge pull request #7574 from Roasbeef/16-99-version-bump

build: bump version to v0.16.99
This commit is contained in:
Olaoluwa Osuntokun
2023-04-04 19:55:32 -07:00
committed by GitHub

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.