diff --git a/README.md b/README.md index b57ed5b..267d33a 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.665 - https://github.com/stackql/stackql/releases/tag/v0.5.665 + 0.5.688 + https://github.com/stackql/stackql/releases/tag/v0.5.688 ... ``` diff --git a/stackql/stackql.nuspec b/stackql/stackql.nuspec index a2a8642..e46c83c 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.665 - https://github.com/stackql/stackql/releases/tag/v0.5.665 + 0.5.688 + https://github.com/stackql/stackql/releases/tag/v0.5.688 https://github.com/stackql/chocolatey-install stackql stackql (Install) diff --git a/stackql/tools/chocolateyinstall.ps1 b/stackql/tools/chocolateyinstall.ps1 index 5beeee6..8114a2a 100644 --- a/stackql/tools/chocolateyinstall.ps1 +++ b/stackql/tools/chocolateyinstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ fileType = 'MSI' url64bit = $url64 softwareName = 'stackql*' - checksum64 = 'c0f448859229b15bf2b0382efa6de288f4fcbfc22b356dc9df974c0f1af26356' + checksum64 = '834e73d9bae433ac1adecaf6ca4e6e6f00ffce716561f67ca5d64104a0122889' checksumType64 = 'sha256' silentArgs = "/passive /l* stackql.log" validExitCodes = @(0, 3010, 1641) @@ -16,10 +16,3 @@ $packageArgs = @{ Install-ChocolateyPackage @packageArgs - - - - - - -