Преглед изворни кода

Merge pull request #8233 from gyuho/version-bump

version: bump up to 3.2.0+git
Gyu-Ho Lee пре 8 година
родитељ
комит
91dbebfeb2
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-rc.1+git"
+	Version           = "3.2.0+git"
 	APIVersion        = "unknown"
 	APIVersion        = "unknown"
 
 
 	// Git SHA Value will be set during build
 	// Git SHA Value will be set during build