Update etcd Godeps to 3.0.13

This commit is contained in:
Wojciech Tyczynski
2016-10-27 13:40:05 +02:00
parent bb2c36a7c0
commit 9132965253
8 changed files with 128 additions and 122 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.12"
Version = "3.0.13"
// Git SHA Value will be set during build
GitSHA = "Not provided (use ./build instead of go build)"