Procházet zdrojové kódy

Merge pull request #4801 from gyuho/version_2_3

version: bump to 2.3
Gyu-Ho Lee před 9 roky
rodič
revize
3c1dbdef64
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      version/version.go

+ 1 - 1
version/version.go

@@ -29,7 +29,7 @@ import (
 var (
 	// MinClusterVersion is the min cluster version this etcd binary is compatible with.
 	MinClusterVersion = "2.2.0"
-	Version           = "2.3.0-alpha.1+git"
+	Version           = "2.3.0"
 
 	// Git SHA Value will be set during build
 	GitSHA = "Not provided (use ./build instead of go build)"