version: bump up to 3.3.9+git

This commit is contained in:
Gyuho Lee 2018-07-24 10:17:06 -07:00
parent fca8add78a
commit 051587f56f

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