version: bump up to 3.2.22+git

This commit is contained in:
Joe Betz 2018-06-06 10:48:55 -07:00
parent 1674e682fe
commit 2c7eb87c85

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