From 86be27b70465fd31cd3a7f88e3c9bdb43d65037c Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Mon, 10 Aug 2020 12:58:02 -0700 Subject: [PATCH] version: bump to 0.8.0-beta --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 932f63e..148ded0 100644 --- a/version.go +++ b/version.go @@ -22,7 +22,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr // versioning 2.0.0 spec (http://semver.org/). const ( appMajor uint = 0 - appMinor uint = 7 + appMinor uint = 8 appPatch uint = 0 // appPreRelease MUST only contain characters from semanticAlphabet per