From b9caf254a1e52077fef74116df0231661cf282ee Mon Sep 17 00:00:00 2001
From: brooksmtownsend <12040685+brooksmtownsend@users.noreply.github.com>
Date: Thu, 29 Aug 2024 19:31:53 +0000
Subject: [PATCH] bump wash to v0.32.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
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 581a360..e6d06ab 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.31.0/wash-x86_64-pc-windows-msvc.exe'
+$url64 = 'https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.32.0/wash-x86_64-pc-windows-msvc.exe'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileFullPath = "$toolsDir\wash.exe"
url64bit = $url64
- checksum64 = '776D2BC8B443F3CF8D075B96BF6565C32FFDDD47575574B1555AF0E2AF93863C'
+ checksum64 = '6E24D2EAD076BC181C1F461FF0B5F58D10AB9F6DE03F3BE04CB3448A46B23092'
checksumType64= 'sha256'
}
diff --git a/wash.nuspec b/wash.nuspec
index 87e4188..9eda4eb 100644
--- a/wash.nuspec
+++ b/wash.nuspec
@@ -4,7 +4,7 @@
wash
- 0.31.0
+ 0.32.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.31.0
+ https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.32.0