From 7430eabf4e9c91feb2dceb31522dfd1dc3385130 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 5 Jun 2020 11:20:01 +0200 Subject: [PATCH] version: bump to 0.2.0-alpha --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 5e8faea..438ebad 100644 --- a/version.go +++ b/version.go @@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr // versioning 2.0.0 spec (http://semver.org/). const ( appMajor uint = 0 - appMinor uint = 1 + appMinor uint = 2 appPatch uint = 0 // appPreRelease MUST only contain characters from semanticAlphabet