From baed4d2d831590398b6519b8b860c175341b0964 Mon Sep 17 00:00:00 2001 From: jantari Date: Sat, 30 Jul 2022 20:24:19 +0200 Subject: [PATCH] bump version to 1.4.2 --- LSUClient.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LSUClient.psd1 b/LSUClient.psd1 index 4a5bd85..88596a4 100644 --- a/LSUClient.psd1 +++ b/LSUClient.psd1 @@ -3,7 +3,7 @@ RootModule = 'LSUClient.psm1' # Version number of this module. - ModuleVersion = '1.4.1' + ModuleVersion = '1.4.2' # Supported PSEditions # CompatiblePSEditions = @()