From 83c80c423e2718f5c109c72928ceb55c346b0bcd Mon Sep 17 00:00:00 2001 From: Chase Ripplinger Date: Fri, 19 Aug 2022 13:08:44 -0700 Subject: [PATCH] Bump version --- 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 5ca86724..680d262e 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 = 3 // Minor version component of the current release - VersionPatch = 0 // Patch version component of the current release + VersionPatch = 1 // Patch version component of the current release VersionMeta = unstable // Version metadata to append to the version string )