version: bump up to 3.2.0-rc.0

release-3.2 v3.2.0-rc.0
Gyu-Ho Lee 2017-04-28 10:09:39 -07:00 committed by GitHub
parent 7239249155
commit 7e6d876385
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.2.0+git"
Version = "3.2.0-rc.0"
APIVersion = "unknown"
// Git SHA Value will be set during build