diff --git a/README.md b/README.md index 2f8abf7..b57ed5b 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ To bump the version, update the `version` and `releaseNotes` fields in `stackql/ stackql - 0.5.635 - https://github.com/stackql/stackql/releases/tag/v0.5.635 + 0.5.665 + https://github.com/stackql/stackql/releases/tag/v0.5.665 ... ``` diff --git a/stackql/stackql.nuspec b/stackql/stackql.nuspec index 39e668a..a2a8642 100644 --- a/stackql/stackql.nuspec +++ b/stackql/stackql.nuspec @@ -19,8 +19,8 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe stackql - 0.5.635 - https://github.com/stackql/stackql/releases/tag/v0.5.635 + 0.5.665 + https://github.com/stackql/stackql/releases/tag/v0.5.665 https://github.com/stackql/chocolatey-install stackql stackql (Install) diff --git a/stackql/tools/chocolateyinstall.ps1 b/stackql/tools/chocolateyinstall.ps1 index 9c502f2..5beeee6 100644 --- a/stackql/tools/chocolateyinstall.ps1 +++ b/stackql/tools/chocolateyinstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ fileType = 'MSI' url64bit = $url64 softwareName = 'stackql*' - checksum64 = 'acf5e270f9c20c5897ad997528ef474714348e7f8f7ba1002481b68ed2416ee5' + checksum64 = 'c0f448859229b15bf2b0382efa6de288f4fcbfc22b356dc9df974c0f1af26356' checksumType64 = 'sha256' silentArgs = "/passive /l* stackql.log" validExitCodes = @(0, 3010, 1641) @@ -22,3 +22,4 @@ Install-ChocolateyPackage @packageArgs +