From cf54fab42f072d167a98f2e9ee6168a44f2d191e Mon Sep 17 00:00:00 2001 From: Sam Batschelet Date: Mon, 17 May 2021 13:29:57 -0400 Subject: [PATCH] version: v3.5.0-beta.0 Signed-off-by: Sam Batschelet --- api/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/version/version.go b/api/version/version.go index af132f821..55f114e9e 100644 --- a/api/version/version.go +++ b/api/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.5.0-alpha.0" + Version = "3.5.0-beta.0" APIVersion = "unknown" // Git SHA Value will be set during build