From 111bc59f66c702870473e1a8fe314056396e2d4f Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Mon, 10 Jul 2023 20:38:06 -0400 Subject: [PATCH] ci: update Nomad to 1.6.0-beta.1 --- scripts/getnomad.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/getnomad.sh b/scripts/getnomad.sh index 8df34d50..e45c0e6a 100755 --- a/scripts/getnomad.sh +++ b/scripts/getnomad.sh @@ -5,7 +5,7 @@ set -e -NOMAD_VERSION=1.5.0 +NOMAD_VERSION='1.6.0-beta.1' if [[ -n "$NOMAD_LICENSE" || -n "$NOMAD_LICENSE_PATH" ]]; then NOMAD_VERSION=${NOMAD_VERSION}+ent fi