From fd7a6d33f8c08f1b711628b3f2c26a96f4b8ff9c Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 21 Mar 2022 21:43:32 +0100 Subject: [PATCH] version: bump to v0.1.2-beta --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index cb7f3bf..7cfdf98 100644 --- a/version.go +++ b/version.go @@ -32,7 +32,7 @@ const ( AppMinor uint = 1 // AppPatch defines the application patch for this binary. - AppPatch uint = 1 + AppPatch uint = 2 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.