Skip to content

Commit

Permalink
Merge pull request #137 from TrimarcJake/Update-Version
Browse files Browse the repository at this point in the history
Update version in preparation for August Release.
  • Loading branch information
SamErde authored Jul 23, 2024
2 parents a35474e + 00531b2 commit 289828f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Invoke-Locksmith.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2262,7 +2262,7 @@ function Invoke-Locksmith {
[System.Management.Automation.PSCredential]$Credential
)

$Version = '2024.3'
$Version = '2024.8'
$LogoPart1 = @"
_ _____ _______ _ _ _______ _______ _____ _______ _ _
| | | | |____/ |______ | | | | | |_____|
Expand Down
2 changes: 1 addition & 1 deletion Public/Invoke-Locksmith.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
[System.Management.Automation.PSCredential]$Credential
)

$Version = '2024.3'
$Version = '2024.8'
$LogoPart1 = @"
_ _____ _______ _ _ _______ _______ _____ _______ _ _
| | | | |____/ |______ | | | | | |_____|
Expand Down

0 comments on commit 289828f

Please sign in to comment.