diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1
index b0c166e..0777afd 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.34.1/wash-x86_64-pc-windows-msvc.exe'
+$url64 = 'https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.35.0/wash-x86_64-pc-windows-msvc.exe'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileFullPath = "$toolsDir\wash.exe"
url64bit = $url64
- checksum64 = 'F760237AAEABAC8CFF893EF0BBFF6CCC88F1BE917C91BD7D76B7F75431FC8D25'
+ checksum64 = '11B1236F1635DF42CA36A136F2C09DFC29B24BA75F92383CA7E51030EEE622C6'
checksumType64= 'sha256'
}
diff --git a/wash.nuspec b/wash.nuspec
index d02a046..b13050d 100644
--- a/wash.nuspec
+++ b/wash.nuspec
@@ -4,7 +4,7 @@
wash
- 0.34.1
+ 0.35.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.34.1
+ https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.35.0