Skip to content

Commit

Permalink
chore(deps): update dependency defenseunicorns/uds-runtime to v0.6.1 (#…
Browse files Browse the repository at this point in the history
…975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 59b8665 commit e70e65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-uds-runtime-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OWNER="defenseunicorns"
REPO="uds-runtime"

BASE_PATH="./src/cmd/bin"
CURRENT_VERSION="v0.5.0"
CURRENT_VERSION="v0.6.1"

# Get the latest release version from GitHub API
LATEST_VERSION=$(curl -s "https://api.github.com/repos/$OWNER/$REPO/releases/latest" | jq -r .tag_name)
Expand Down

0 comments on commit e70e65d

Please sign in to comment.