From be61f84fa8beb3777611511241615826dcd49178 Mon Sep 17 00:00:00 2001 From: Maxime Guillemin | Cloudflow Date: Wed, 17 Jul 2024 19:23:12 +0200 Subject: [PATCH] Update Main.ps1 --- Main.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.ps1 b/Main.ps1 index 98bf780..219f4c7 100644 --- a/Main.ps1 +++ b/Main.ps1 @@ -17,7 +17,7 @@ Show-Window Displays the main window of the application. #> -$currentVersion = "v0.2.0-alpha" +$currentVersion = "v0.2.1-alpha" # Define the log file path $logFile = ".\IntuneToolkit.log"