From a603c0798948941d453b158af794edab1a8230be Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Fri, 12 May 2023 09:40:47 +0800 Subject: [PATCH] bump version to 3.4.26 Signed-off-by: Benjamin Wang --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index ac57e070d..4b015e898 100644 --- a/version/version.go +++ b/version/version.go @@ -26,7 +26,7 @@ import ( var ( // MinClusterVersion is the min cluster version this etcd binary is compatible with. MinClusterVersion = "3.0.0" - Version = "3.4.25" + Version = "3.4.26" APIVersion = "unknown" // Git SHA Value will be set during build