From 370c38952d3165749628811c63ffde8f0259e50b Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 3 Jun 2023 05:43:53 +0000 Subject: [PATCH] version incremented --- worker/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/consts.py b/worker/consts.py index 7c95069e..3aa3b677 100644 --- a/worker/consts.py +++ b/worker/consts.py @@ -1,5 +1,5 @@ BRIDGE_VERSION = 22 -RELEASE = f"{BRIDGE_VERSION}.0.3" +RELEASE = f"{BRIDGE_VERSION}.0.4" BRIDGE_CONFIG_FILE = "bridgeData.yaml" KNOWN_UPSCALERS = { "RealESRGAN_x4plus",