version: bump to v3.2.0+git

release-3.2
Gyu-Ho Lee 2017-01-13 12:58:15 -08:00
parent 0c88795a19
commit a8cc11375f
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.1+git"
Version = "3.2.0+git"
APIVersion = "unknown"
// Git SHA Value will be set during build