diff --git a/invokeai/frontend/web/public/locales/en.json b/invokeai/frontend/web/public/locales/en.json index d932e822941..526f8cad806 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -2338,7 +2338,7 @@ "whatsNewInInvoke": "What's New in Invoke", "items": [ "Workflows: New and improved Workflow Library.", - "FLUX: Support for FLUX Redux in Workflows and Canvas." + "FLUX: Support for FLUX Redux & FLUX Fill in Workflows and Canvas." ], "readReleaseNotes": "Read Release Notes", "watchRecentReleaseVideos": "Watch Recent Release Videos", diff --git a/invokeai/version/invokeai_version.py b/invokeai/version/invokeai_version.py index a26c194ff7d..aa3dccb5d59 100644 --- a/invokeai/version/invokeai_version.py +++ b/invokeai/version/invokeai_version.py @@ -1 +1 @@ -__version__ = "5.8.1" +__version__ = "5.9.0rc1"