Eventually update APP_VERSION to 2.2.3

Not sure what the procedure is for the version number. Is this supposed to match every git tag or just major versions? Same question for setup.py
This commit is contained in:
spezialspezial 2022-12-03 22:14:06 +01:00 committed by Lincoln Stein
parent d335f51e5f
commit 1c0247d58a

View File

@ -119,7 +119,7 @@ PRECISION_CHOICES = [
# is there a way to pick this up during git commits?
APP_ID = 'invoke-ai/InvokeAI'
APP_VERSION = 'v2.2.0'
APP_VERSION = 'v2.2.3'
class ArgFormatter(argparse.RawTextHelpFormatter):
# use defined argument order to display usage