Skip to content

Commit b1adddd

Browse files
Merge pull request #81 from theohbrothers/enhancement/bump-pwsh-7.2-variants-to-7.2.24
Enhancement: Bump pwsh 7.2 variants to 7.2.24
2 parents de48ea6 + 1d4ab83 commit b1adddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate/definitions/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"versions": [
44
"7.4.6",
55
"7.3.12",
6-
"7.2.23"
6+
"7.2.24"
77
],
88
"versionsChangeScope": "minor",
99
"versionsNewScript": "Invoke-WebRequest https://api.github.com/repos/powershell/powershell/git/refs/tags | ConvertFrom-Json | % { $_.ref -replace 'refs/tags/v', '' } | ? { $_ -match '^\\d+\\.\\d+\\.\\d+$' } | Sort-Object { [version]$_ } -Descending | ? { [version]$_ -ge [version]'7.2' }"

0 commit comments

Comments
 (0)