From 792ec73c94f922dd1e40f89c78192629049ac094 Mon Sep 17 00:00:00 2001 From: Jonathan Harvey-Buschel Date: Thu, 22 Jun 2023 15:46:36 -0400 Subject: [PATCH] version: bump version to v0.2.1-alpha --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index e40d4a785..cc74daea7 100644 --- a/version.go +++ b/version.go @@ -45,7 +45,7 @@ const ( AppMinor uint = 2 // AppPatch defines the application patch for this binary. - AppPatch uint = 0 + AppPatch uint = 1 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.