From a4151404de3553fa313a75f5f96e09f12355ac93 Mon Sep 17 00:00:00 2001 From: Mo Lin Date: Thu, 3 Mar 2022 18:33:44 +0800 Subject: [PATCH] update version --- VERSION | 2 +- params/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index cf351978..12c2fc94 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -2.2.1-beta.4 +2.2.1-beta.5 diff --git a/params/version.go b/params/version.go index 5858e115..1319ac7f 100644 --- a/params/version.go +++ b/params/version.go @@ -24,7 +24,7 @@ const ( VersionMajor = 2 // Major version component of the current release VersionMinor = 2 // Minor version component of the current release VersionPatch = 1 // Patch version component of the current release - VersionMeta = "beta.4" // Version metadata to append to the version string + VersionMeta = "beta.5" // Version metadata to append to the version string ) // Version holds the textual version string.