*: bump to v2.2.0-alpha.1

release-2.2 v2.2.0-alpha.1
Yicheng Qin 2015-08-13 16:01:09 -07:00
parent 3cc4957d98
commit 201bb4b3d8
1 changed files with 1 additions and 1 deletions

View File

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