From 32fc92c4a968cc31453a9f09f49f676a8846dfa1 Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Thu, 4 Jun 2020 11:09:00 -0700 Subject: [PATCH] version: bump to v0.6.3-beta Increment version number for a new release --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 6ee67b1..bd1a2fa 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.