From 8c01466c40ebd2d304558e0edb29d3c30a12c4f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:26:44 +0000 Subject: [PATCH] dagger: Update to version 0.9.1 --- bucket/dagger.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dagger.json b/bucket/dagger.json index 1c3d819441..cc2a3af257 100644 --- a/bucket/dagger.json +++ b/bucket/dagger.json @@ -1,12 +1,12 @@ { - "version": "0.9.0", + "version": "0.9.1", "description": "A portable devkit for CI/CD pipelines", "homepage": "https://dagger.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/dagger/dagger/releases/download/v0.9.0/dagger_v0.9.0_windows_amd64.zip", - "hash": "45992310daa49f1e7e965cd12e74dbb186242c36c98945e3ba591977b2f338a5" + "url": "https://github.com/dagger/dagger/releases/download/v0.9.1/dagger_v0.9.1_windows_amd64.zip", + "hash": "b64d1026c1beafc1dd0553a830bf1edda73565491ce736c439aff8b64cd263f3" } }, "bin": "dagger.exe",