diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index e5c6961..789c8ce 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.28.1/wash-x86_64-pc-windows-msvc.exe' +$url64 = 'https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.29.0/wash-x86_64-pc-windows-msvc.exe' $packageArgs = @{ packageName = $env:ChocolateyPackageName fileFullPath = "$toolsDir\wash.exe" url64bit = $url64 - checksum64 = 'CC6FFC09AC07BB734C8E23880556C603B8D51CFEDECDA92948DD6AC03CE92011' + checksum64 = '4D95D659B4DD7DA48F378F5CE77B806CAFA5330A21CCC36CC3AA059DD49C3171' checksumType64= 'sha256' } diff --git a/wash.nuspec b/wash.nuspec index 4620269..85dd371 100644 --- a/wash.nuspec +++ b/wash.nuspec @@ -4,7 +4,7 @@ wash - 0.28.1 + 0.29.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.28.1 + https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.29.0