From 2d47514306e22c6f861c24161714cae119c9728c Mon Sep 17 00:00:00 2001 From: Joost Jager Date: Tue, 12 May 2020 21:00:01 +0200 Subject: [PATCH] version: bump version to 0.6.1-beta --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 69ce566..87bcc8f 100644 --- a/version.go +++ b/version.go @@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr const ( appMajor uint = 0 appMinor uint = 6 - appPatch uint = 0 + appPatch uint = 1 // appPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.