From 4c0522a82418472d03dd1be638c29561f4a2aafd Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 12 Mar 2021 15:37:15 +0100 Subject: [PATCH] version: bump to version v0.6.3-alpha --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index ba7c7c53f..29cc9ccd8 100644 --- a/version.go +++ b/version.go @@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr const ( appMajor uint = 0 appMinor uint = 6 - appPatch uint = 2 + appPatch uint = 3 // appPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.