Skip to content

Commit

Permalink
V7.26
Browse files Browse the repository at this point in the history
  • Loading branch information
mniederw committed Aug 21, 2023
1 parent 3be5dd6 commit e08a735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MnCommonPsToolLib/MnCommonPsToolLib.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

# Version: Own version variable because manifest can not be embedded into the module itself only by a separate file which is a lack.
# Major version changes will reflect breaking changes and minor identifies extensions and third number are for urgent bugfixes.
[String] $global:MnCommonPsToolLibVersion = "7.25"; # more see Releasenotes.txt
[String] $global:MnCommonPsToolLibVersion = "7.26"; # more see Releasenotes.txt

# Prohibits: refs to uninit vars, including uninit vars in strings; refs to non-existent properties of an object; function calls that use the syntax for calling methods; variable without a name (${}).
Set-StrictMode -Version Latest;
Expand Down

0 comments on commit e08a735

Please sign in to comment.