From d948e49ed3c81756a1828d8cfcfbd72e039f42e6 Mon Sep 17 00:00:00 2001 From: Wilmer Paulino Date: Tue, 12 Nov 2019 19:20:25 -0800 Subject: [PATCH] version: bump version to 0.11.0 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 23d866d..4fa6a24 100644 --- a/version.go +++ b/version.go @@ -17,7 +17,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr // versioning 2.0.0 spec (http://semver.org/). const ( appMajor uint = 0 - appMinor uint = 7 + appMinor uint = 11 appPatch uint = 0 // appPreRelease MUST only contain characters from semanticAlphabet