Update test helpers and dev doc to use etcd v2.0.12.

This commit is contained in:
Jeff Grafton
2015-10-08 15:57:24 -07:00
parent 28314c79ce
commit fbd58294b2
4 changed files with 9 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ set -o errexit
set -o nounset
set -o pipefail
ETCD_VERSION=${ETCD_VERSION:-v2.0.11}
ETCD_VERSION=${ETCD_VERSION:-v2.0.12}
full_name=etcd-${ETCD_VERSION}-linux-amd64
archive_url=https://github.com/coreos/etcd/releases/download/${ETCD_VERSION}/${full_name}.tar.gz