We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482eb7a commit d03ae19Copy full SHA for d03ae19
Log-Rotate.ps1
@@ -1507,7 +1507,7 @@ function Log-Rotate {
1507
$PSDefaultParameterValues['Invoke-Command:ErrorAction'] = 'Stop'
1508
1509
# Prints miscellaneous information and exits
1510
- $LogRotateVersion = '1.2.1'
+ $LogRotateVersion = '1.2.2'
1511
if ($Version) {
1512
Write-Output "Log-Rotate $LogRotateVersion"
1513
return
Modules/Log-Rotate/Log-Rotate.psm1
@@ -1399,7 +1399,7 @@ function Log-Rotate {
1399
1400
1401
1402
1403
1404
1405
0 commit comments