From daaa822116e40c05991b9194f6907956f27198f1 Mon Sep 17 00:00:00 2001 From: Comfortably_Dumb1979 Date: Sat, 30 Aug 2025 13:45:41 -0400 Subject: [PATCH] Bumped the version/ --- FlowJo/10.10.0/Deploy-Application.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowJo/10.10.0/Deploy-Application.ps1 b/FlowJo/10.10.0/Deploy-Application.ps1 index b5a3985..1bd1010 100644 --- a/FlowJo/10.10.0/Deploy-Application.ps1 +++ b/FlowJo/10.10.0/Deploy-Application.ps1 @@ -113,7 +113,7 @@ Try { [String]$appArch = '' [String]$appLang = 'EN' [String]$appRevision = '01' - [String]$appScriptVersion = '1.1.0' + [String]$appScriptVersion = '1.1.1' [String]$appScriptDate = '01/10/2024' [String]$appScriptAuthor = 'John Palmer'