diff --git a/version.go b/version.go index f54e1ec..321b911 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 = 12 + appPatch uint = 13 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.