*: bump to v2.2.0-rc.0

release-2.2 v2.2.0-rc.0
Yicheng Qin 2015-08-28 10:26:32 -07:00
parent b40e077047
commit dc3e027288
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.1.0"
Version = "2.2.0-alpha.1+git"
Version = "2.2.0-rc.0"
// Git SHA Value will be set during build
GitSHA = "Not provided (use ./build instead of go build)"