Skip to content

Commit d262a8d

Browse files
committed
v0.9.250
1 parent 7bbd461 commit d262a8d

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ To bump the version, update the `version` and `releaseNotes` fields in `stackql/
1818
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
1919
<metadata>
2020
<id>stackql</id>
21-
<version>0.8.175</version>
22-
<releaseNotes>https://github.com/stackql/stackql/releases/tag/v0.8.175</releaseNotes>
21+
<version>0.9.250</version>
22+
<releaseNotes>https://github.com/stackql/stackql/releases/tag/v0.9.250</releaseNotes>
2323
...
2424
```
2525

stackql/stackql.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
1919
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
2020
<metadata>
2121
<id>stackql</id>
22-
<version>0.8.175</version>
23-
<releaseNotes>https://github.com/stackql/stackql/releases/tag/v0.8.175</releaseNotes>
22+
<version>0.9.250</version>
23+
<releaseNotes>https://github.com/stackql/stackql/releases/tag/v0.9.250</releaseNotes>
2424
<packageSourceUrl>https://github.com/stackql/chocolatey-install</packageSourceUrl>
2525
<owners>stackql</owners>
2626
<title>stackql (Install)</title>

stackql/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $packageArgs = @{
88
fileType = 'MSI'
99
url64bit = $url64
1010
softwareName = 'stackql*'
11-
checksum64 = '4a1259328bd12e6024afef70ce2c624f04b53fc020dcecb5750141f57c928fc0'
11+
checksum64 = '857241c90868177bf8e6b39322f82a7d08429de48ff8b9d3b809a434070a89fb'
1212
checksumType64 = 'sha256'
1313
silentArgs = "/passive /l* stackql.log"
1414
validExitCodes = @(0, 3010, 1641)
@@ -31,3 +31,4 @@ Install-ChocolateyPackage @packageArgs
3131

3232

3333

34+

0 commit comments

Comments
 (0)