From f6750d67bcb5ab8a1d8b314e20c6ee0ce366ea5f Mon Sep 17 00:00:00 2001 From: Joost Jager Date: Tue, 12 May 2020 21:14:06 +0200 Subject: [PATCH] version: bump to v0.6.2-beta We can't remove the previous tag, so need to bump again unfortunately. --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 87bcc8f..6ee67b1 100644 --- a/version.go +++ b/version.go @@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr const ( appMajor uint = 0 appMinor uint = 6 - appPatch uint = 1 + appPatch uint = 2 // appPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.