api/version/version.go: Fix the api version

This commit is contained in:
Lili Cosic
2021-06-16 18:25:53 +02:00
parent df696a7e76
commit 5d6be34838

View File

@@ -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