From e46bcb5ad93c4b9892a9d1115bd943fe4e35773f Mon Sep 17 00:00:00 2001 From: Sam Batschelet Date: Mon, 17 May 2021 21:50:03 -0400 Subject: [PATCH] version: 3.5.0-beta.1 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 55f114e9e9a..0e2b5aa645c 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-beta.0" + Version = "3.5.0-beta.1" APIVersion = "unknown" // Git SHA Value will be set during build