From 68306764cf7aa8e2e558d9a9e86143ac7e08eac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Fri, 24 Jul 2026 07:38:48 +0400 Subject: [PATCH] Fix version: 1.0.6 --- site/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/app.py b/site/app.py index 0453e55..7a31930 100644 --- a/site/app.py +++ b/site/app.py @@ -6,7 +6,7 @@ from routes.main import bp as main_bp from routes.api import bp as api_bp from routes.api_test import bp as api_test_bp -VERSION = "1.1.0" +VERSION = "1.0.6" app = Flask(__name__, template_folder="templates", static_folder="static") app.config["NUBES_API_ENDPOINT"] = os.getenv("NUBES_API_ENDPOINT", "https://lk-api-gateway-dev.ngcloud.ru/api/v1/svc")