소스 검색

version: bump up to 3.2.0-rc.0

Gyu-Ho Lee 8 년 전
부모
커밋
7e6d876385
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      version/version.go

+ 1 - 1
version/version.go

@@ -26,7 +26,7 @@ import (
 var (
 var (
 	// MinClusterVersion is the min cluster version this etcd binary is compatible with.
 	// MinClusterVersion is the min cluster version this etcd binary is compatible with.
 	MinClusterVersion = "3.0.0"
 	MinClusterVersion = "3.0.0"
-	Version           = "3.2.0+git"
+	Version           = "3.2.0-rc.0"
 	APIVersion        = "unknown"
 	APIVersion        = "unknown"
 
 
 	// Git SHA Value will be set during build
 	// Git SHA Value will be set during build