Skip to content

Commit

Permalink
Merge branch 'hotfix/0.3.2'
Browse files Browse the repository at this point in the history
* hotfix/0.3.2:
  Added condition to use same version
  • Loading branch information
AdmiringWorm committed Dec 13, 2018
2 parents c543466 + 853b5dc commit 1cf8941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Wormies-AU-Helpers/public/Get-FixVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ function Get-FixVersion() {
if (!$preRelease -and ([string]$existingVersion).StartsWith($mainVersion)) {
return $existingVersion
}elseif (([string]$existingVersion).StartsWith("${mainVersion}${preRelease}")) {
if ($global:au_Force -ne $true) { return $existingVersion }
}else {
return $Version
}
Expand Down

0 comments on commit 1cf8941

Please sign in to comment.