mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
commit
cc3d431928
1
installer/create_installer.sh
Executable file → Normal file
1
installer/create_installer.sh
Executable file → Normal file
@ -29,6 +29,7 @@ if [ "$RESPONSE" == 'y' ]; then
|
||||
echo "Existing/invalid tag"
|
||||
exit -1
|
||||
fi
|
||||
|
||||
git push origin :refs/tags/$LATEST_TAG
|
||||
git tag -fa $LATEST_TAG
|
||||
fi
|
||||
|
@ -1 +1 @@
|
||||
__version__='2.3.0-rc3'
|
||||
__version__='2.3.0-rc4'
|
||||
|
Loading…
Reference in New Issue
Block a user