From df2b1d4fc59c52baaaad2d47e8fd4dbed02e29ea Mon Sep 17 00:00:00 2001 From: brooksmtownsend <12040685+brooksmtownsend@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:18:00 +0000 Subject: [PATCH] bump wash to v0.37.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Brooks Townsend --- tools/chocolateyinstall.ps1 | 4 ++-- wash.nuspec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 14a5337..4b37c92 100644 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -2,14 +2,14 @@ $ErrorActionPreference = 'Stop'; # stop on all errors $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url64 = 'https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.36.1/wash-x86_64-pc-windows-msvc.exe' +$url64 = 'https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.37.0/wash-x86_64-pc-windows-msvc.exe' $packageArgs = @{ packageName = $env:ChocolateyPackageName fileFullPath = "$toolsDir\wash.exe" url64bit = $url64 - checksum64 = 'AC3A4190CFA280C14760B04326A214A607238069EFD0736DC40508D947E3FE29' + checksum64 = '3FEBCD7FC0D1534BA15AC69E41204C7A0C9AD68E13D1307DC28EA546B9D98DE7' checksumType64= 'sha256' } diff --git a/wash.nuspec b/wash.nuspec index 6621e20..5ef93fb 100644 --- a/wash.nuspec +++ b/wash.nuspec @@ -4,7 +4,7 @@ wash - 0.36.1 + 0.37.0 wash wasmCloud Maintainers @@ -19,7 +19,7 @@ wash wasmCloud wasm WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development - https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.36.1 + https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.37.0