Prefix release codenames with 'v'.

This commit is contained in:
Sergio Benitez 2020-02-29 18:16:41 -08:00
parent 90eaad852c
commit e2213d0f06
1 changed files with 1 additions and 1 deletions

View File

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