From 5cd1d285d744abf65dedefe1b374c13d7f2c7750 Mon Sep 17 00:00:00 2001 From: Wenjia Zhang Date: Thu, 13 Jun 2024 14:10:05 +0000 Subject: [PATCH] Bump the version to 3.4.33 Signed-off-by: Wenjia Zhang --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index e3348377137..7bfb6c746fb 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.32" + Version = "3.4.33" APIVersion = "unknown" // Git SHA Value will be set during build