version: bump up to 3.1.2

This commit is contained in:
Gyu-Ho Lee 2017-02-22 10:45:48 -08:00
parent 2cdaf6d661
commit 714e7ec8db
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.1+git"
Version = "3.1.2"
APIVersion = "unknown"
// Git SHA Value will be set during build