diff options
Diffstat (limited to 'code/api/build_and_push.sh')
| -rwxr-xr-x | code/api/build_and_push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/api/build_and_push.sh b/code/api/build_and_push.sh index 8aaff38..163d7f3 100755 --- a/code/api/build_and_push.sh +++ b/code/api/build_and_push.sh @@ -7,7 +7,7 @@ CURRENT_DEV_VERSION_INT=${CURRENT_DEV_VERSION//[!0-9]/} CURRENT_VERSION=$(cat .version) CURRENT_VERSION_INT=${CURRENT_VERSION//[!0-9]/} if [ ${1-prod} == "dev" ]; then - NEW_VERSION="v$((CURRENT_DEV_VERSION_INT + 1))dev" + NEW_VERSION="v$((CURRENT_DEV_VERSION_INT + 1))-dev" OLD_VERSION=$CURRENT_DEV_VERSION else NEW_VERSION="v$((CURRENT_VERSION_INT + 1))" |
