From 7687a2794c865a6ec99aa625f63a8273317dc77f Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Fri, 3 May 2019 12:29:02 -0700 Subject: [PATCH] version: bump for patch release --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index b2764ca..5eacd20 100644 --- a/version.go +++ b/version.go @@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr const ( appMajor uint = 0 appMinor uint = 1 - appPatch uint = 1 + appPatch uint = 2 // appPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.