From 4500e6264784a81da121906513f3ff656dde3646 Mon Sep 17 00:00:00 2001 From: linyimin <18316471919@139.com> Date: Mon, 8 Jun 2026 17:56:21 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.yaml | 2 +- version.md | 3 ++- version.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app.yaml b/app.yaml index 7379567..bd5ff8f 100644 --- a/app.yaml +++ b/app.yaml @@ -1,6 +1,6 @@ id: t11 name: t11 -version: 2.15.10 +version: 2.15.11 author: t11 icon: '' desc: t11 diff --git a/version.md b/version.md index ad82a9c..9bf629d 100644 --- a/version.md +++ b/version.md @@ -20,4 +20,5 @@ # 2.15.7 更新版本号 # 2.15.8 启动不加载预加载yolo # 2.15.9 20cm -# 2.15.10 不保存图片 \ No newline at end of file +# 2.15.10 不保存图片 +# 2.15.11 优化内存 \ No newline at end of file diff --git a/version.py b/version.py index 5e7e2bd..46de01c 100644 --- a/version.py +++ b/version.py @@ -4,6 +4,6 @@ 应用版本号 每次 OTA 更新时,只需要更新这个文件中的版本号 """ -VERSION = '2.15.10' +VERSION = '2.15.11'