Prefix release codenames with 'v'.

This commit is contained in:
Sergio Benitez 2020-02-29 18:16:41 -08:00
parent 021e2fdb0e
commit 22c5e261b4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ case $PRE_RELEASE in
;;
false)
ROCKET_VERSION="0.5.0-dev"
VERSION_CODENAME="$(echo "${ROCKET_VERSION}" | cut -d'.' -f1-2)"
VERSION_CODENAME="$(echo "v${ROCKET_VERSION}" | cut -d'.' -f1-2)"
;;
esac