From dd5ad45aadcf9b5f17824c674eb739235e04c957 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 20:31:51 +0000 Subject: [PATCH] waypoint: Update to version 0.9.1 --- bucket/waypoint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/waypoint.json b/bucket/waypoint.json index 9d563b75b8..b03a485f85 100644 --- a/bucket/waypoint.json +++ b/bucket/waypoint.json @@ -1,16 +1,16 @@ { - "version": "0.9.0", + "version": "0.9.1", "description": "Tool for defining application's build, deploy, and release lifecycle as code, reducing the time to deliver deployments through a consistent and repeatable workflow.", "homepage": "https://www.waypointproject.io", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/waypoint/0.9.0/waypoint_0.9.0_windows_amd64.zip", - "hash": "fad44f28f03e946a757dedbeca4d460bf84edb941d88b833e661f02820b35315" + "url": "https://releases.hashicorp.com/waypoint/0.9.1/waypoint_0.9.1_windows_amd64.zip", + "hash": "10fe414a88f49e2d0f358ab7c27ddb4387f8d186cb360f431eb16eb6186858e2" }, "32bit": { - "url": "https://releases.hashicorp.com/waypoint/0.9.0/waypoint_0.9.0_windows_386.zip", - "hash": "71ed226f10db8f4cee3679fe6386fa044d94f0f5193147149276de0940b47bf8" + "url": "https://releases.hashicorp.com/waypoint/0.9.1/waypoint_0.9.1_windows_386.zip", + "hash": "4c953c587a1bf0356c98e37807f5a65bd50c69247bb81fa1f129bbe45817d4c2" } }, "bin": "waypoint.exe",