From 234fc589bd60881a9bb4c7a99749420847136af0 Mon Sep 17 00:00:00 2001 From: brooksmtownsend <12040685+brooksmtownsend@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:43:11 +0000 Subject: [PATCH] bump wash to v0.29.1 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 789c8ce..25ab001 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.29.0/wash-x86_64-pc-windows-msvc.exe' +$url64 = 'https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.29.1/wash-x86_64-pc-windows-msvc.exe' $packageArgs = @{ packageName = $env:ChocolateyPackageName fileFullPath = "$toolsDir\wash.exe" url64bit = $url64 - checksum64 = '4D95D659B4DD7DA48F378F5CE77B806CAFA5330A21CCC36CC3AA059DD49C3171' + checksum64 = '5CCAE9F66751D1D1987B96EDB3C75D6F4EAFAAAC1B5E6E3A8A842B95ADBDE36C' checksumType64= 'sha256' } diff --git a/wash.nuspec b/wash.nuspec index 85dd371..e9682ac 100644 --- a/wash.nuspec +++ b/wash.nuspec @@ -4,7 +4,7 @@ wash - 0.29.0 + 0.29.1 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.29.0 + https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.29.1