*: bump to v2.1.1+git

release-2.1
Yicheng Qin 2015-07-21 10:43:49 -07:00
parent 6335fdc595
commit 147b14cfc0
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.0.0"
Version = "2.1.1"
Version = "2.1.1+git"
// Git SHA Value will be set during build
GitSHA = "Not provided (use ./build instead of go build)"