mirror of https://github.com/rwf2/Rocket.git
Prefix release codenames with 'v'.
This commit is contained in:
parent
021e2fdb0e
commit
22c5e261b4
|
@ -47,7 +47,7 @@ case $PRE_RELEASE in
|
||||||
;;
|
;;
|
||||||
false)
|
false)
|
||||||
ROCKET_VERSION="0.5.0-dev"
|
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
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue