diff --git a/README.md b/README.md index b1b44af..2f8abf7 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.612 - https://github.com/stackql/stackql/releases/tag/v0.5.612 + 0.5.635 + https://github.com/stackql/stackql/releases/tag/v0.5.635 ... ``` diff --git a/stackql/stackql.nuspec b/stackql/stackql.nuspec index 9de78d3..39e668a 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.612 - https://github.com/stackql/stackql/releases/tag/v0.5.612 + 0.5.635 + https://github.com/stackql/stackql/releases/tag/v0.5.635 https://github.com/stackql/chocolatey-install stackql stackql (Install) diff --git a/stackql/tools/chocolateyinstall.ps1 b/stackql/tools/chocolateyinstall.ps1 index 8f58c49..9c502f2 100644 --- a/stackql/tools/chocolateyinstall.ps1 +++ b/stackql/tools/chocolateyinstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ fileType = 'MSI' url64bit = $url64 softwareName = 'stackql*' - checksum64 = '0894640d3c2d4c529159bd563464e34f31bd8d4e69bf5107d72c14e64600e9eb' + checksum64 = 'acf5e270f9c20c5897ad997528ef474714348e7f8f7ba1002481b68ed2416ee5' checksumType64 = 'sha256' silentArgs = "/passive /l* stackql.log" validExitCodes = @(0, 3010, 1641) @@ -21,3 +21,4 @@ Install-ChocolateyPackage @packageArgs +