Skip to content

Commit

Permalink
Update GlobalVars.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
HotCakeX committed Jul 21, 2024
1 parent a9cdd0b commit e67916e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Harden-Windows-Security Module/Main files/C#/GlobalVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace HardeningModule
{
public static class GlobalVars
{
// Minimum required OS build number
// Minimum required OS build number, M is the suffix for decimals
public const decimal Requiredbuild = 22621.3155M;

// Current OS build version
Expand Down

0 comments on commit e67916e

Please sign in to comment.