*: bump to v2.2.0-alpha.0+git

This commit is contained in:
Yicheng Qin 2015-08-13 10:20:23 -07:00
parent ab5a69cb18
commit a46943548a

View File

@ -25,7 +25,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 = "2.0.0" MinClusterVersion = "2.0.0"
Version = "2.2.0-alpha.0" Version = "2.2.0-alpha.0+git"
// Git SHA Value will be set during build // Git SHA Value will be set during build
GitSHA = "Not provided (use ./build instead of go build)" GitSHA = "Not provided (use ./build instead of go build)"