diff --git a/setup-etcd-env.sh b/setup-etcd-env.sh index cd20ccf7..cfdbaac5 100755 --- a/setup-etcd-env.sh +++ b/setup-etcd-env.sh @@ -1,7 +1,7 @@ #!/bin/bash set -eux if [ -z "$(which etcd)" ]; then - ETCD_VERSION=3.0.6 + ETCD_VERSION=3.1.3 case `uname -s` in Darwin) OS=darwin