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

dependabot/go_modules/go.uber.org/atomic-1.10.0
Lili Cosic 2021-06-16 18:25:53 +02:00
parent df696a7e76
commit 5d6be34838
1 changed files with 1 additions and 1 deletions

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