godep: bump etcd to 3.0.6

This commit is contained in:
Hongchao Deng
2016-08-19 21:01:41 -07:00
parent 529edae1f6
commit 28bc62b4ab
19 changed files with 674 additions and 215 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.4"
Version = "3.0.6"
// Git SHA Value will be set during build
GitSHA = "Not provided (use ./build instead of go build)"