Skip to content

Commit

Permalink
chore: manually bump uds-runtime to v0.4.0 (#938)
Browse files Browse the repository at this point in the history
Signed-off-by: catsby <[email protected]>
  • Loading branch information
catsby committed Sep 20, 2024
1 parent 1645e47 commit 91788fc
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.3.0"
CURRENT_VERSION="v0.4.0"

# 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 91788fc

Please sign in to comment.