*: bump to v2.3.0-alpha.0

release-2.3 v2.3.0-alpha.0
Yicheng Qin 2015-11-06 09:08:39 -08:00
parent 63872d812a
commit a2d4f85d33
1 changed files with 1 additions and 1 deletions

View File

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