From 973882f697a8db3d59815bf132c6c506434334bd Mon Sep 17 00:00:00 2001 From: Sam Batschelet Date: Fri, 15 Oct 2021 08:32:31 -0400 Subject: [PATCH] version: 3.3.27 Signed-off-by: Sam Batschelet --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index c0672e33c22..2fd79cd8eb1 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.3.26" + Version = "3.3.27" APIVersion = "unknown" // Git SHA Value will be set during build