Skip to content

Commit

Permalink
bump wash to v0.27.0
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Apr 17, 2024
1 parent 9446903 commit 86fb087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down
4 changes: 2 additions & 2 deletions wash.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>wash</id>

<version>0.26.0</version>
<version>0.27.0</version>

<title>wash</title>
<authors>wasmCloud Maintainers</authors>
Expand All @@ -19,7 +19,7 @@
<tags>wash wasmCloud wasm</tags>
<summary>WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development</summary>
<description>WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development</description>
<releaseNotes>https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.26.0</releaseNotes>
<releaseNotes>https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.27.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit 86fb087

Please sign in to comment.