Skip to content

Commit 13f1f85

Browse files
committed
Revert "chore: raise PSReadLine version to 2.4.0"
This reverts commit 58be43c.
1 parent f3a3e78 commit 13f1f85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/Input.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Using module .\Assert.psm1
55

66
Using module @{
77
ModuleName = 'PSReadLine';
8-
ModuleVersion = '2.4.0';
8+
ModuleVersion = '2.3.2';
99
}
1010

1111
$Script:Validations = @{

src/common/Logging.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Using module @{
44
ModuleName = 'PSReadLine';
5-
ModuleVersion = '2.4.0';
5+
ModuleVersion = '2.3.2';
66
}
77

88
<#

0 commit comments

Comments
 (0)