diff --git a/version.go b/version.go index e1f3c6e..2a81a6c 100644 --- a/version.go +++ b/version.go @@ -25,7 +25,7 @@ const ( // Please update release_notes.md when updating this! appMajor uint = 0 appMinor uint = 2 - appPatch uint = 15 + appPatch uint = 16 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.