version: bump up v3.1.0-rc.1+git

This commit is contained in:
Gyu-Ho Lee 2016-11-18 11:41:29 -08:00
parent 3d5ba43211
commit b7cc698444
No known key found for this signature in database
GPG Key ID: 1DDD39C7EB70C24C

View File

@ -26,7 +26,7 @@ import (
var (
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
MinClusterVersion = "3.0.0"
Version = "3.1.0-rc.1"
Version = "3.1.0-rc.1+git"
APIVersion = "unknown"
// Git SHA Value will be set during build