From 86fb0871e6155f237cce9af5e42f7a625245fba8 Mon Sep 17 00:00:00 2001 From: brooksmtownsend Date: Wed, 17 Apr 2024 22:03:55 +0000 Subject: [PATCH] bump wash to v0.27.0 Signed-off-by: GitHub Signed-off-by: Brooks Townsend --- 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 28b1ef2..a014fcc 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.26.0/wash-x86_64-pc-windows-msvc.exe' +$url64 = 'https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.27.0/wash-x86_64-pc-windows-msvc.exe' $packageArgs = @{ packageName = $env:ChocolateyPackageName fileFullPath = "$toolsDir\wash.exe" url64bit = $url64 - checksum64 = '95F1CA372266EF4DA38970DAA4D318F4153BDB9F3A0FA69F617C098568276AC7' + checksum64 = '0019DFC4B32D63C1392AA264AED2253C1E0C2FB09216F8E2CC269BBFB8BB49B5' checksumType64= 'sha256' } diff --git a/wash.nuspec b/wash.nuspec index 3de0f9f..514efec 100644 --- a/wash.nuspec +++ b/wash.nuspec @@ -4,7 +4,7 @@ wash - 0.26.0 + 0.27.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.26.0 + https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.27.0