mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 13:15:23 +00:00
Fix -hotfix incrementing wrong version number
This commit is contained in:
parent
0b2cac7f34
commit
4862790fa1
@ -78,7 +78,7 @@ function Increment-Project-Version {
|
||||
$versionDigit = 1
|
||||
} elseif ($patch) {
|
||||
$versionDigit = 2
|
||||
} elseif ($minor) {
|
||||
} elseif ($hotfix) {
|
||||
$versionDigit = 3
|
||||
}
|
||||
# increment then zero anything after
|
||||
|
Loading…
x
Reference in New Issue
Block a user