From db99c8c04cc8ed223e5b68bb480bd1b8fbe105fe Mon Sep 17 00:00:00 2001 From: wincenteam Date: Thu, 25 Nov 2021 19:00:29 +0700 Subject: [PATCH] update version --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 63505995..e316ff59 100644 --- a/params/version.go +++ b/params/version.go @@ -23,7 +23,7 @@ import ( const ( VersionMajor = 1 // 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 = "" // Version metadata to append to the version string )