Skip to content

Commit

Permalink
Merge pull request #32 from wasmCloud/chore/bump_0.25
Browse files Browse the repository at this point in the history
chore(*): Bumps to latest 0.25 version
  • Loading branch information
thomastaylor312 authored Jan 2, 2024
2 parents 81cbd3e + 448c00b commit f2d289b
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.24.0/wash-x86_64-pc-windows-msvc.exe'
$url64 = 'https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.25.0/wash-x86_64-pc-windows-msvc.exe'

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

checksum64 = 'B7ED862CC9C0F488BEEB66B22F7903913A4151BF8789AA1A54093108DC82CF6C'
checksum64 = 'FCBD0F7A6B1969508AC76546CD04E3F06D48F6C191644D3B0C9BA964EC93CDB0'
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.24.0</version>
<version>0.25.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.24.0</releaseNotes>
<releaseNotes>https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.25.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit f2d289b

Please sign in to comment.