Skip to content

Commit

Permalink
Update FalconContain.ps1
Browse files Browse the repository at this point in the history
Bump version to 1.1.6
  • Loading branch information
Xorlent authored Dec 22, 2023
1 parent 3c032ca commit 8fc16b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FalconContain.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fc16b0

Please sign in to comment.