Skip to content

Commit

Permalink
Updated version numbers in the script
Browse files Browse the repository at this point in the history
  • Loading branch information
HotCakeX committed Jul 25, 2023
1 parent f756738 commit ecb9388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Harden-Windows-Security.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#PSScriptInfo
.VERSION 2023.6.30
.VERSION 2023.7.25
.GUID d435a293-c9ee-4217-8dc1-4ad2318a5770
Expand Down Expand Up @@ -216,7 +216,7 @@ if (Test-IsAdmin) {
# or break is passed, clean up will still happen for secure exit
try {
# Check the current hard-coded version against the latest version online
[datetime]$CurrentVersion = '2023.6.30'
[datetime]$CurrentVersion = '2023.7.25'
try {
[datetime]$LatestVersion = Invoke-RestMethod -Uri "https://raw.githubusercontent.com/HotCakeX/Harden-Windows-Security/main/Version.txt"
}
Expand Down
2 changes: 1 addition & 1 deletion Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.6.30
2023.7.25

0 comments on commit ecb9388

Please sign in to comment.