From 0a4039120602cf87f5f3a970622f02d35927d447 Mon Sep 17 00:00:00 2001 From: jantari Date: Sat, 18 Mar 2023 15:06:51 +0100 Subject: [PATCH] bump version to 1.5.3 --- LSUClient.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LSUClient.psd1 b/LSUClient.psd1 index d635b70..f588059 100644 --- a/LSUClient.psd1 +++ b/LSUClient.psd1 @@ -3,7 +3,7 @@ RootModule = 'LSUClient.psm1' # Version number of this module. - ModuleVersion = '1.5.2' + ModuleVersion = '1.5.3' # Supported PSEditions # CompatiblePSEditions = @()