From f02f8a40adf5bccff987ed69fbcd8bd7f512e067 Mon Sep 17 00:00:00 2001 From: Chase Ripplinger Date: Mon, 3 Jan 2022 13:21:20 -0600 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 71ecdd99..1b4146f4 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 = 1 // 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 )