Skip to content

Commit

Permalink
Bumped version from 2.1.4 -> 2.1.5 \
Browse files Browse the repository at this point in the history
test of version-bumper util
  • Loading branch information
cavejay committed Sep 12, 2019
1 parent d56c739 commit 18d4ca6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions strippy.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Requires -Version 5
#Requires -Version 5

<#
.SYNOPSIS
Expand Down Expand Up @@ -63,7 +63,7 @@
.NOTES
Author: Michael Ball
Version: 2.1.4 - 191109
Version: 2.1.5 - 191109
Compatability: Powershell 5+
.LINK
Expand Down Expand Up @@ -312,7 +312,7 @@ if ( $File -eq "" -and -not $makeConfig ) {
log init Trace "`r`n`r`n"
log init Trace "-=H|||||||| Starting Strippy Execution |||||||||H=-"
log init Trace " || Author: michael.ball@dynatrace.com ||"
log init Trace " || Version: v2.1.4 ||"
log init Trace " || Version: 2.1.5 ||"
log params Trace "Strippy was started with the parameters:"
log params Trace "Sanitisation Target: $(show-path $file)" # try to resolve the file here. Show nothing if it fails
log params Trace "Key file: $(@('Unset',(show-path $KeyFile))[$KeyFile -ne ''])"
Expand Down Expand Up @@ -1518,4 +1518,4 @@ $_delta = (New-timespan -start $_startTime -end $(get-date)).totalSeconds
log timing message "Script completed in $_delta seconds"

Clean-Up -NoExit
log timing trace "[End] Wrap up"
log timing trace "[End] Wrap up"

0 comments on commit 18d4ca6

Please sign in to comment.