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

version: bump up to v3.2.11+git

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee пре 8 година
родитељ
комит
fc25300cf0
1 измењених фајлова са 1 додато и 1 уклоњено
  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.2.11"
+	Version           = "3.2.11+git"
 	APIVersion        = "unknown"
 
 	// Git SHA Value will be set during build