From a0736f3929b76d99e6eb24c0ac6d540564e94cb2 Mon Sep 17 00:00:00 2001 From: Chase Ripplinger Date: Thu, 25 May 2023 10:34:03 +0200 Subject: [PATCH] Bump version 0.4.2 --- pkg/params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/params/version.go b/pkg/params/version.go index bd424068..33298819 100644 --- a/pkg/params/version.go +++ b/pkg/params/version.go @@ -7,7 +7,7 @@ const ( stable = "stable" VersionMajor = 0 // Major version component of the current release VersionMinor = 4 // Minor version component of the current release - VersionPatch = 1 // Patch version component of the current release + VersionPatch = 2 // Patch version component of the current release VersionMeta = unstable // Version metadata to append to the version string )