Skip to content

Commit 3dac6e9

Browse files
committed
bump version to 1.2.1
1 parent 4a696df commit 3dac6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Log-Rotate.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ function Log-Rotate {
15061506
$PSDefaultParameterValues['Invoke-Command:ErrorAction'] = 'Stop'
15071507

15081508
# Prints miscellaneous information and exits
1509-
$LogRotateVersion = '1.2.0'
1509+
$LogRotateVersion = '1.2.1'
15101510
if ($Version) {
15111511
Write-Output "Log-Rotate $LogRotateVersion"
15121512
return

0 commit comments

Comments
 (0)