From 842ac0cfa724150eecb918da5059410a736cb89c Mon Sep 17 00:00:00 2001 From: zhang0125 Date: Wed, 8 Feb 2023 17:17:55 +0800 Subject: [PATCH] params: change version to 1.0.5 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index e7e206f92..a98604026 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 = 4 // Patch version component of the current release + VersionPatch = 5 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string )