From f1d08c9b9ba6743b36686274ecddeb01f3454650 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 20:28:15 +0000 Subject: [PATCH] pack: Update to version 0.24.0 --- bucket/pack.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pack.json b/bucket/pack.json index 82de1a551b..cd97b9c5fb 100644 --- a/bucket/pack.json +++ b/bucket/pack.json @@ -1,12 +1,12 @@ { - "version": "0.23.0", + "version": "0.24.0", "description": "Buildpack CLI", "homepage": "https://github.com/buildpacks/pack", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/buildpacks/pack/releases/download/v0.23.0/pack-v0.23.0-windows.zip", - "hash": "5606de9c6d4f7ee0a02320d83bc5ded2798ed098e2867f95c8fb430fce2cd472" + "url": "https://github.com/buildpacks/pack/releases/download/v0.24.0/pack-v0.24.0-windows.zip", + "hash": "ed9845857e2cb23d67a717ab463083f409c4c90860b01f65065932ab79ddbeee" } }, "bin": "pack.exe",