From 9ac4e7ef0643590d11dcd1045ddfe1470529f8af Mon Sep 17 00:00:00 2001 From: Sahdev Zala Date: Thu, 25 Apr 2024 17:47:34 +0000 Subject: [PATCH] bump version to 3.4.32 Signed-off-by: Sahdev Zala --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 746ded1a3f3..e3348377137 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.31" + Version = "3.4.32" APIVersion = "unknown" // Git SHA Value will be set during build