From 29defd73149b7ff0f43493dbe009bbd10bf60f87 Mon Sep 17 00:00:00 2001 From: Emanuel Palm Date: Thu, 11 Jan 2024 20:36:13 +0100 Subject: [PATCH] v2.2.8 --- source/AzAuth.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/AzAuth.psd1 b/source/AzAuth.psd1 index 92bc5a4..81e76c0 100644 --- a/source/AzAuth.psd1 +++ b/source/AzAuth.psd1 @@ -4,7 +4,7 @@ RootModule = 'AzAuth.PS.dll' # Version number of this module. -ModuleVersion = '2.2.7' +ModuleVersion = '2.2.8' # Supported PSEditions CompatiblePSEditions = 'Core'