diff --git a/README.md b/README.md index 08050c7..f37d182 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.742 - https://github.com/stackql/stackql/releases/tag/v0.5.742 + 0.5.748 + https://github.com/stackql/stackql/releases/tag/v0.5.748 ... ``` diff --git a/stackql/stackql.nuspec b/stackql/stackql.nuspec index fdcf85f..ea5d0ae 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.742 - https://github.com/stackql/stackql/releases/tag/v0.5.742 + 0.5.748 + https://github.com/stackql/stackql/releases/tag/v0.5.748 https://github.com/stackql/chocolatey-install stackql stackql (Install) diff --git a/stackql/tools/chocolateyinstall.ps1 b/stackql/tools/chocolateyinstall.ps1 index 4b7f02e..07dfd0c 100644 --- a/stackql/tools/chocolateyinstall.ps1 +++ b/stackql/tools/chocolateyinstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ fileType = 'MSI' url64bit = $url64 softwareName = 'stackql*' - checksum64 = 'a5a5355bf5f103a93b8c04995c432f18488643064daa4661742d3d499098688c' + checksum64 = '496c817aa0c360386786de6ae9ff47d9f1d735c464649f9639cda43f8d4aeef7' checksumType64 = 'sha256' silentArgs = "/passive /l* stackql.log" validExitCodes = @(0, 3010, 1641) @@ -22,3 +22,4 @@ Install-ChocolateyPackage @packageArgs +