From a45e2c80c0ecfe5cdb2563d505f38387dfb18ffd Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Thu, 3 Oct 2019 11:34:31 -0700 Subject: [PATCH] Bump version patch --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 5d7d010..35f6cc3 100644 --- a/version.go +++ b/version.go @@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr const ( appMajor uint = 0 appMinor uint = 2 - appPatch uint = 2 + appPatch uint = 3 // appPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.