Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
Update versions in preparation for release
  • Loading branch information
HotCakeX committed Nov 6, 2023
1 parent 3c0b8b8 commit 4ae6732
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#PSScriptInfo
.VERSION 2023.11.4
.VERSION 2023.11.6
.GUID d435a293-c9ee-4217-8dc1-4ad2318a5770
Expand Down Expand Up @@ -91,7 +91,7 @@ Set-ExecutionPolicy Bypass -Scope Process

# Defining global script variables
# Current script's version, the same as the version at the top in the script info section
[datetime]$CurrentVersion = '2023.11.4'
[datetime]$CurrentVersion = '2023.11.6'
# Minimum OS build number required for the hardening measures used in this script
[decimal]$Requiredbuild = '22621.2428'
# Fetching Temp Directory
Expand Down
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.11.4
.VERSION 2023.11.6
.GUID d435a293-c9ee-4217-8dc1-4ad2318a5770
Expand Down Expand Up @@ -91,7 +91,7 @@ Set-ExecutionPolicy Bypass -Scope Process

# Defining global script variables
# Current script's version, the same as the version at the top in the script info section
[datetime]$CurrentVersion = '2023.11.4'
[datetime]$CurrentVersion = '2023.11.6'
# Minimum OS build number required for the hardening measures used in this script
[decimal]$Requiredbuild = '22621.2428'
# Fetching Temp Directory
Expand Down
2 changes: 1 addition & 1 deletion Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.11.4
2023.11.6

0 comments on commit 4ae6732

Please sign in to comment.