Update etcd godep to 3.0.10 to fix known watch issue.

This commit is contained in:
Timothy St. Clair
2016-09-23 16:05:38 -05:00
parent 69083bcfce
commit a8dbab6631
4 changed files with 135 additions and 126 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.9"
Version = "3.0.10"
// Git SHA Value will be set during build
GitSHA = "Not provided (use ./build instead of go build)"