From c418be8e4b8765672325f03c43f7186498e8242d Mon Sep 17 00:00:00 2001
From: brooksmtownsend <12040685+brooksmtownsend@users.noreply.github.com>
Date: Thu, 19 Sep 2024 21:27:30 +0000
Subject: [PATCH] bump wash to v0.33.1
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 8f57a34..3922c92 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.32.1/wash-x86_64-pc-windows-msvc.exe'
+$url64 = 'https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.33.1/wash-x86_64-pc-windows-msvc.exe'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileFullPath = "$toolsDir\wash.exe"
url64bit = $url64
- checksum64 = '3FE3BADEB52D96AD002A20892D1CB83C9D1885713CF31249EF781A310F97568D'
+ checksum64 = 'C676DFD882BCC3BCA96723311AC1E1E171120B8A567BF3A0AC66EC32C28B20C7'
checksumType64= 'sha256'
}
diff --git a/wash.nuspec b/wash.nuspec
index 8a0d571..d026067 100644
--- a/wash.nuspec
+++ b/wash.nuspec
@@ -4,7 +4,7 @@
wash
- 0.32.1
+ 0.33.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.32.1
+ https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.33.1