Update godep to 3.0.14 to match release recommendations.

This commit is contained in:
Timothy St. Clair
2016-11-04 04:17:52 -05:00
parent 8e3909c32a
commit cecf4a7d6f
3 changed files with 217 additions and 214 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.13"
Version = "3.0.14"
// Git SHA Value will be set during build
GitSHA = "Not provided (use ./build instead of go build)"