Skip to content

Commit d03ae19

Browse files
committed
bump version to 1.2.2
1 parent 482eb7a commit d03ae19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Log-Rotate.ps1

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

15091509
# Prints miscellaneous information and exits
1510-
$LogRotateVersion = '1.2.1'
1510+
$LogRotateVersion = '1.2.2'
15111511
if ($Version) {
15121512
Write-Output "Log-Rotate $LogRotateVersion"
15131513
return

Modules/Log-Rotate/Log-Rotate.psm1

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

14011401
# Prints miscellaneous information and exits
1402-
$LogRotateVersion = '1.2.1'
1402+
$LogRotateVersion = '1.2.2'
14031403
if ($Version) {
14041404
Write-Output "Log-Rotate $LogRotateVersion"
14051405
return

0 commit comments

Comments
 (0)