Skip to content

Commit

Permalink
Prefix release codenames with 'v'.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Mar 1, 2020
1 parent 90eaad8 commit e2213d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e2213d0

Please sign in to comment.