From 329c89c837566e0fe8e7866b8db5f5503f0e3fcf Mon Sep 17 00:00:00 2001 From: jantari Date: Mon, 19 Dec 2022 20:00:42 +0100 Subject: [PATCH] bump version to 1.5.1 --- LSUClient.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LSUClient.psd1 b/LSUClient.psd1 index d54bef2..b5b9529 100644 --- a/LSUClient.psd1 +++ b/LSUClient.psd1 @@ -3,7 +3,7 @@ RootModule = 'LSUClient.psm1' # Version number of this module. - ModuleVersion = '1.5.0' + ModuleVersion = '1.5.1' # Supported PSEditions # CompatiblePSEditions = @()