From 4c58061d155c0fc016db6adba9eac51ac55c8333 Mon Sep 17 00:00:00 2001 From: Wanwiset Peerapatanapokin Date: Thu, 16 May 2024 18:08:27 +0400 Subject: [PATCH] release version (#544) --- params/version.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/params/version.go b/params/version.go index 41efb96e34..ef1a1ab45a 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 2 // Major version component of the current release - VersionMinor = 2 // Minor version component of the current release + VersionMajor = 1 // Major version component of the current release + VersionMinor = 6 // Minor version component of the current release VersionPatch = 0 // Patch version component of the current release - VersionMeta = "beta1" // Version metadata to append to the version string + VersionMeta = "" // Version metadata to append to the version string ) // Version holds the textual version string.