diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1
index 4b37c92..afd35e2 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.37.0/wash-x86_64-pc-windows-msvc.exe'
+$url64 = 'https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.38.0/wash-x86_64-pc-windows-msvc.exe'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileFullPath = "$toolsDir\wash.exe"
url64bit = $url64
- checksum64 = '3FEBCD7FC0D1534BA15AC69E41204C7A0C9AD68E13D1307DC28EA546B9D98DE7'
+ checksum64 = 'BEFD98782A0AB1081C5F4F9DAD770C57126770820FEDDCC7246FC1FDCAD99CAA'
checksumType64= 'sha256'
}
diff --git a/wash.nuspec b/wash.nuspec
index 5ef93fb..0133f7b 100644
--- a/wash.nuspec
+++ b/wash.nuspec
@@ -4,7 +4,7 @@
wash
- 0.37.0
+ 0.38.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.37.0
+ https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.38.0