Skip to content

Commit

Permalink
chore(deps): update dependency hashicorp/nomad to v1.9.4 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent a1119db commit e636498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

if [[ -z "$NOMAD_VERSION" ]]; then
# renovate: datasource=github-releases depName=hashicorp/nomad versioning=semver extractVersion=^v(?<version>.*)$
NOMAD_VERSION=1.9.3
NOMAD_VERSION=1.9.4
fi

export PACKAGE_VERSION="${NOMAD_VERSION}-1000"
Expand Down

0 comments on commit e636498

Please sign in to comment.