Skip to content

Commit e6dc893

Browse files
committed
Update latest tag format
1 parent dccf291 commit e6dc893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/create_installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
VERSION=$(cd ..; python -c "from invokeai.version import __version__ as version; print(version)")
1515
PATCH=""
1616
VERSION="v${VERSION}${PATCH}"
17-
LATEST_TAG="v3.0-latest"
17+
LATEST_TAG="v3-latest"
1818

1919
echo Building installer for version $VERSION
2020
echo "Be certain that you're in the 'installer' directory before continuing."

0 commit comments

Comments
 (0)