Update etcd Godeps to 3.0.17

This commit is contained in:
Wojciech Tyczynski
2017-02-16 09:10:26 +01:00
parent 567595f550
commit d53add76dd
14 changed files with 297 additions and 221 deletions

View File

@@ -29,7 +29,7 @@ import (
var (
// MinClusterVersion is the min cluster version this etcd binary is compatible with.
MinClusterVersion = "2.3.0"
Version = "3.0.14"
Version = "3.0.17"
// Git SHA Value will be set during build
GitSHA = "Not provided (use ./build instead of go build)"