From e928ad6a4f5f658ddb000a9f801c59a282bcaae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sat, 11 Jul 2026 00:26:50 +0400 Subject: [PATCH] =?UTF-8?q?bump=201.0.14=E2=86=921.0.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/app.py b/site/app.py index 71c6372..9277f36 100644 --- a/site/app.py +++ b/site/app.py @@ -7,7 +7,7 @@ from flask_sock import Sock app = Flask(__name__) sock = Sock(app) -VERSION = '1.0.14' +VERSION = '1.0.15' @app.route('/')