Skip to content

Commit

Permalink
Update FalconContain.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xorlent authored Jul 8, 2023
1 parent 8e4b0fb commit 5904d8c
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 @@ -105,7 +105,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.3 July 4 2023"
$Form.text = "Falcon Contain 1.1.4 July 7 2023"
$Form.TopMost = $false

#AID form entry field
Expand Down

0 comments on commit 5904d8c

Please sign in to comment.