Bump HOST_DMD_VER to 2.095.0 as requested in #8285

This commit is contained in:
Brian Callahan 2021-10-17 11:51:46 -04:00
parent 36eeb42292
commit 78d152bedb

View file

@ -2,7 +2,7 @@
set -uexo pipefail set -uexo pipefail
HOST_DMD_VER=2.079.1 HOST_DMD_VER=2.095.0
CURL_USER_AGENT="CirleCI $(curl --version | head -n 1)" CURL_USER_AGENT="CirleCI $(curl --version | head -n 1)"
DUB=${DUB:-dub} DUB=${DUB:-dub}
N=${N:-2} N=${N:-2}