From a79e5f98e7ebca58f8ed38348163c36d81906fad Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 22 Mar 2022 11:50:52 +0100 Subject: [PATCH] version: bump to v0.1.3-beta --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 7cfdf98..50b9c13 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 = 2 + AppPatch uint = 3 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.