build: bump version to v0.16.2

This commit is contained in:
Olaoluwa Osuntokun 2023-04-27 16:37:11 -05:00
parent 5b00c4fc93
commit 63f01c1ebd
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 = 1
AppPatch uint = 2
// AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.