Skip to content

Commit a94da81

Browse files
Merge pull request #64 from theohbrothers/enhancement/bump-pwsh-7.2-variants-to-7.2.18
Enhancement: Bump pwsh 7.2 variants to 7.2.18
2 parents a6d0434 + eac7130 commit a94da81

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.1",
55
"7.3.11",
6-
"7.2.17"
6+
"7.2.18"
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)