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'