From 21c1148bcc01eee97782aa21e00327d9b247d2a2 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Thu, 25 Jul 2024 14:04:29 +0200 Subject: [PATCH] version: bump to version v0.4.1-alpha --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index e8070ae92..378d1adf2 100644 --- a/version.go +++ b/version.go @@ -45,7 +45,7 @@ const ( AppMinor uint = 4 // AppPatch defines the application patch for this binary. - AppPatch uint = 0 + AppPatch uint = 1 // AppStatus defines the release status of this binary (e.g. beta). AppStatus = "alpha"