version: bump up v3.1.0-rc.1

release-3.1 v3.1.0-rc.1
Gyu-Ho Lee 2016-11-18 11:16:01 -08:00
parent 7da3019f42
commit 3d5ba43211
No known key found for this signature in database
GPG Key ID: 1DDD39C7EB70C24C
1 changed files with 1 additions and 1 deletions

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.0+git"
Version = "3.1.0-rc.1"
APIVersion = "unknown"
// Git SHA Value will be set during build