diff --git a/README.md b/README.md index b678b7c..ca64bd4 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.699 - https://github.com/stackql/stackql/releases/tag/v0.5.699 + 0.5.708 + https://github.com/stackql/stackql/releases/tag/v0.5.708 ... ``` diff --git a/stackql/stackql.nuspec b/stackql/stackql.nuspec index fc3f487..cba5022 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.699 - https://github.com/stackql/stackql/releases/tag/v0.5.699 + 0.5.708 + https://github.com/stackql/stackql/releases/tag/v0.5.708 https://github.com/stackql/chocolatey-install stackql stackql (Install) diff --git a/stackql/tools/chocolateyinstall.ps1 b/stackql/tools/chocolateyinstall.ps1 index 50a5189..a280f90 100644 --- a/stackql/tools/chocolateyinstall.ps1 +++ b/stackql/tools/chocolateyinstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ fileType = 'MSI' url64bit = $url64 softwareName = 'stackql*' - checksum64 = '20e42ea2b170bfc348a385060f5398acdbd9a6151563cde0b2f9a11c430e8942' + checksum64 = '97073f2054a1553481bc99e97225ee41578f2ee1618be5710778245c90633b4f' checksumType64 = 'sha256' silentArgs = "/passive /l* stackql.log" validExitCodes = @(0, 3010, 1641) @@ -18,3 +18,4 @@ Install-ChocolateyPackage @packageArgs +