From d684eb31959aef7dc27d2c4015ab139a42cd0110 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 20:24:51 +0000 Subject: [PATCH] pack: Update to version 0.31.0 --- bucket/pack.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pack.json b/bucket/pack.json index 8cdffbf44b..11991d931d 100644 --- a/bucket/pack.json +++ b/bucket/pack.json @@ -1,12 +1,12 @@ { - "version": "0.30.0", + "version": "0.31.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.30.0/pack-v0.30.0-windows.zip", - "hash": "89516eff90cbeff12f39ce65fc1956c7e81ca43f4366db70456fe61d6c28062d" + "url": "https://github.com/buildpacks/pack/releases/download/v0.31.0/pack-v0.31.0-windows.zip", + "hash": "1ef1c57731972d0dcc786e66f598d5309ab3a625142920142c8246e73df372c1" } }, "bin": "pack.exe",