diff --git a/Bump-Version.ps1 b/Bump-Version.ps1 index 0596f4d..28ca48d 100644 --- a/Bump-Version.ps1 +++ b/Bump-Version.ps1 @@ -8,13 +8,11 @@ ################################################## ## Project: Elysium ## ## File: Bump-Version.ps1 ## -## Version: 2.4.4 ## +## Version: 2.4.5 ## ## Support: support@cqre.net ## ################################################## #Requires -Version 5.1 -$ErrorActionPreference = 'Stop' -Set-StrictMode -Version Latest <# .SYNOPSIS @@ -41,6 +39,9 @@ param( [switch]$SkipChangelog ) +$ErrorActionPreference = 'Stop' +Set-StrictMode -Version Latest + $scriptRoot = $PSScriptRoot if (-not $scriptRoot) { $scriptRoot = (Get-Location).Path }