Compare commits

...

2 Commits

Author SHA1 Message Date
0ec7ac94b8 Update invokeai version to 3.1.1 2023-09-12 18:08:34 +10:00
e6dc8937c0 Update latest tag format 2023-09-12 18:07:54 +10:00
2 changed files with 2 additions and 2 deletions

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."

View File

@ -1 +1 @@
__version__ = "3.1.1rc1"
__version__ = "3.1.1"