From 8fc16b0d30a595a1603b7570a22f5c5713e56f60 Mon Sep 17 00:00:00 2001 From: Xorlent <94985297+Xorlent@users.noreply.github.com> Date: Fri, 22 Dec 2023 07:26:19 -0800 Subject: [PATCH] Update FalconContain.ps1 Bump version to 1.1.6 --- FalconContain.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FalconContain.ps1 b/FalconContain.ps1 index 73cbc28..5ed607e 100644 --- a/FalconContain.ps1 +++ b/FalconContain.ps1 @@ -112,7 +112,7 @@ Add-Type -AssemblyName System.Windows.Forms #Form Window $Form = New-Object system.Windows.Forms.Form $Form.ClientSize = New-Object System.Drawing.Point(725,525) -$Form.text = "Falcon Contain 1.1.5 August 7 2023" +$Form.text = "Falcon Contain 1.1.6 December 22 2023" $Form.TopMost = $false #AID form entry field