Skip to content

Commit a539511

Browse files
Enhancement: Bump pwsh 7.2 variants to 7.2.16
Signed-off-by: The Oh Brothers Bot <bot@theohbrothers.com>
1 parent ef8790b commit a539511

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
@@ -2,7 +2,7 @@
22
"pwsh": {
33
"versions": [
44
"7.3.9",
5-
"7.2.15"
5+
"7.2.16"
66
],
77
"versionsChangeScope": "minor",
88
"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)