From c2226a0c9fadbe4a8f10a82eec329d127719f6b7 Mon Sep 17 00:00:00 2001 From: zoro <296179868@qq.com> Date: Thu, 27 Jun 2024 17:35:46 +0800 Subject: [PATCH] release: bump version to 1.4.11 (#2550) --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 93aae8c7b..aa6c0c2c7 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 = 4 // Minor version component of the current release - VersionPatch = 10 // Patch version component of the current release + VersionPatch = 11 // Patch version component of the current release VersionMeta = "" // Version metadata to append to the version string )