From 7cf6d75a54114292ed86c6cee25e13e652badba7 Mon Sep 17 00:00:00 2001 From: yuekun Date: Wed, 22 Mar 2023 19:10:20 +0800 Subject: [PATCH] params: change version to 1.0.6 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index a98604026..c457519d6 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 = 0 // Minor version component of the current release - VersionPatch = 5 // Patch version component of the current release + VersionPatch = 6 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string )