From 0588736d79f8cc4de1d39ea89e5ec092cbee5cb8 Mon Sep 17 00:00:00 2001 From: jantari Date: Mon, 4 Dec 2023 19:41:00 +0100 Subject: [PATCH] bump version to 1.6.1 --- LSUClient.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LSUClient.psd1 b/LSUClient.psd1 index 1b97155..957f4a6 100644 --- a/LSUClient.psd1 +++ b/LSUClient.psd1 @@ -3,7 +3,7 @@ RootModule = 'LSUClient.psm1' # Version number of this module. - ModuleVersion = '1.6.0' + ModuleVersion = '1.6.1' # Supported PSEditions # CompatiblePSEditions = @()