diff --git a/setup-etcd-env.sh b/setup-etcd-env.sh index 97fe0571..8585ac15 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=${ETCD_VERSION:-3.4.27} + ETCD_VERSION=${ETCD_VERSION:-3.5.21} case `uname -s` in Darwin) OS=darwin