Kaynağa Gözat

version: bump up v3.1.0-rc.1+git

Gyu-Ho Lee 9 yıl önce
ebeveyn
işleme
b7cc698444
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      version/version.go

+ 1 - 1
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.1.0-rc.1"
+	Version           = "3.1.0-rc.1+git"
 	APIVersion        = "unknown"
 
 	// Git SHA Value will be set during build