Update core etcd references to use 3.0.4

This commit is contained in:
Timothy St. Clair
2016-08-12 13:39:07 -05:00
parent 6f20321833
commit a0d177ca71
11 changed files with 15 additions and 15 deletions

View File

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