Skip to content

Commit

Permalink
bump wash to v0.21.1
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
  • Loading branch information
brooksmtownsend committed Oct 16, 2023
1 parent ce7c5cc commit 4b8af36
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/wash/releases/download/v0.20.2/wash.exe'
$url64 = 'https://github.com/wasmCloud/wash/releases/download/v0.21.1/wash.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileFullPath = "$toolsDir\wash.exe"
url64bit = $url64

checksum64 = '04F61A2ACEC8B9E9F3F3A6E58AC5E42628290D2D51153A68D92F358F144935CC'
checksum64 = 'D025B07B03DC059943B70B6D1B3FB2198ADCF256A682A12641C9D7EA0B9A65EB'
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.20.2</version>
<version>0.21.1</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/wash/releases/tag/v0.20.2</releaseNotes>
<releaseNotes>https://github.com/wasmCloud/wash/releases/tag/v0.21.1</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit 4b8af36

Please sign in to comment.