mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-09 08:29:10 +01:00
bump patchlevel
This commit is contained in:
parent
89072ee3b5
commit
e46bbbc532
@ -3,7 +3,7 @@
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
VERSION=$(grep ^VERSION ../setup.py | awk '{ print $3 }' | sed "s/'//g" )
|
||||
PATCH="-rc6"
|
||||
PATCH="-rc7"
|
||||
VERSION="${VERSION}${PATCH}"
|
||||
|
||||
echo "Be certain that you're in the 'installer' directory before continuing."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user