Update latest tag format

This commit is contained in:
Millun Atluri 2023-09-12 18:07:54 +10:00 committed by Kent Keirsey
parent a21f5f259c
commit c68b55f8e6

View File

@ -14,7 +14,7 @@ fi
VERSION=$(cd ..; python -c "from invokeai.version import __version__ as version; print(version)")
PATCH=""
VERSION="v${VERSION}${PATCH}"
LATEST_TAG="v3.0-latest"
LATEST_TAG="v3-latest"
echo Building installer for version $VERSION
echo "Be certain that you're in the 'installer' directory before continuing."