From d37bef3443e05dceef1ed8829b8a894a392d1224 Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:13:32 -0700 Subject: [PATCH] Upgrade bundled PSReadLine module to v2.3.4 Patch release with a bug fix. --- modules.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.json b/modules.json index 1a91425c7..aacaf4abf 100644 --- a/modules.json +++ b/modules.json @@ -6,6 +6,6 @@ "Version": "1.1.3" }, "PSReadLine": { - "Version": "2.3.3" + "Version": "2.3.4" } }