From 3ca66aa84f8b490a6d386092c52f498545aeeed3 Mon Sep 17 00:00:00 2001 From: catsby Date: Fri, 20 Sep 2024 13:18:38 -0500 Subject: [PATCH] manually bump uds-runtime to v0.4.0 Signed-off-by: catsby --- hack/update-uds-runtime-binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update-uds-runtime-binaries.sh b/hack/update-uds-runtime-binaries.sh index 30916049..6a2a2b82 100755 --- a/hack/update-uds-runtime-binaries.sh +++ b/hack/update-uds-runtime-binaries.sh @@ -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)