Use crate version in pre-release docs.

This commit is contained in:
Sergio Benitez 2021-06-09 03:24:07 -07:00
parent 01436d2d24
commit 06455b6eb2
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ PRE_RELEASE=true
case $PRE_RELEASE in
true)
CODENAME="${VIRTUAL_CODENAME}"
DOC_VERSION="${CODENAME}-$(future_date)"
DOC_VERSION="${VERSION}-$(future_date)"
;;
false)
CODENAME="${PHYSICAL_CODENAME}"