From 5d6be34838d7c82425d9a67d9a4e564f2e341741 Mon Sep 17 00:00:00 2001 From: Lili Cosic Date: Wed, 16 Jun 2021 18:25:53 +0200 Subject: [PATCH] api/version/version.go: Fix the api version --- 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..6921aee53 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.6.0-pre" APIVersion = "unknown" // Git SHA Value will be set during build