etcd: update version to 3.1.10

This commit is contained in:
Hongchao Deng
2017-07-21 09:43:14 -07:00
parent dd99659dc1
commit 39e5a56691
17 changed files with 32 additions and 54 deletions

View File

@@ -16,7 +16,7 @@
# A set of helpers for starting/running etcd for tests
ETCD_VERSION=${ETCD_VERSION:-3.0.17}
ETCD_VERSION=${ETCD_VERSION:-3.1.10}
ETCD_HOST=${ETCD_HOST:-127.0.0.1}
ETCD_PORT=${ETCD_PORT:-2379}