Skip to content

Commit 07e8b99

Browse files
Enhancement: Bump pwsh 7.2 variants to 7.2.21
Signed-off-by: The Oh Brothers Bot <bot@theohbrothers.com>
1 parent c4e5838 commit 07e8b99

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

generate/definitions/versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"versions": [
44
"7.4.2",
55
"7.3.12",
6-
"7.2.20"
6+
"7.2.21"
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)