We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dccf291 commit e6dc893Copy full SHA for e6dc893
installer/create_installer.sh
@@ -14,7 +14,7 @@ fi
14
VERSION=$(cd ..; python -c "from invokeai.version import __version__ as version; print(version)")
15
PATCH=""
16
VERSION="v${VERSION}${PATCH}"
17
-LATEST_TAG="v3.0-latest"
+LATEST_TAG="v3-latest"
18
19
echo Building installer for version $VERSION
20
echo "Be certain that you're in the 'installer' directory before continuing."
0 commit comments