Skip to content

Commit 38395ad

Browse files
authored
Update comment message to use 2.2.2 as the latest version (#3218)
1 parent 878a074 commit 38395ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/issue-mgmt/CloseDupIssues.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class issue
1111
$repo_name = "PowerShell/PSReadLine"
1212
$root_url = "https://github.com/PowerShell/PSReadLine/issues"
1313
$msg_upgrade = @"
14-
Please upgrade to the [2.1.0 version of PSReadLine](https://www.powershellgallery.com/packages/PSReadLine/2.1.0) from PowerShell Gallery.
14+
Please upgrade to the [2.2.2 version of PSReadLine](https://www.powershellgallery.com/packages/PSReadLine/2.2.2) from PowerShell Gallery.
1515
See the [upgrading section](https://github.com/PowerShell/PSReadLine#upgrading) for instructions. Please let us know if you run into the same issue with the latest version.
1616
"@
1717

@@ -46,7 +46,7 @@ foreach ($item in $issues)
4646
$body -match 'PSReadLine: 2\.2\.0-beta[12]')
4747
{
4848
$comment = @'
49-
This issue was fixed in 2.2.0-beta3 version of PSReadLine. You can fix this by upgrading to the latest [2.2.1-rc1 version of PSReadLine](https://www.powershellgallery.com/packages/PSReadLine/2.2.1-rc1).
49+
This issue was fixed in 2.2.0-beta3 version of PSReadLine. You can fix this by upgrading to the latest [2.2.2 version of PSReadLine](https://www.powershellgallery.com/packages/PSReadLine/2.2.2).
5050
To upgrade, simply run `Install-Module PSReadLine -AllowPrerelease -Force` from your PowerShell console.
5151
5252
--------

0 commit comments

Comments
 (0)