version: bump up to 3.1.19

This commit is contained in:
Joe Betz 2018-07-24 10:04:37 -07:00
parent 79d80bd259
commit a1d6802da2

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