Versioning be damned

This commit is contained in:
Neil Alexander 2018-12-26 23:50:17 +00:00
parent 9a5f3a0abb
commit b4a7dab34d
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 0 additions and 14 deletions

View file

@ -60,8 +60,4 @@ if [ $BRANCH != "master" ]; then
if [ $BUILD != 0 ]; then
printf -- "-%04d" "$BUILD"
fi
else
if [ $BUILD != 0 ]; then
printf -- "-%d" "$(($BUILD+1))"
fi
fi