From 5b8fb14109b41b824487010202e98214c21d5749 Mon Sep 17 00:00:00 2001 From: hlmd Date: Fri, 4 Feb 2022 00:08:51 +0800 Subject: [PATCH] 9.12.0 --- php/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/common.php b/php/common.php index fa4cf16..986da7f 100644 --- a/php/common.php +++ b/php/common.php @@ -9,7 +9,7 @@ # 应用程序 const APP_NAME = 'Postman'; // 名称 const APP_IMAGE = './images/app.png'; // 图片 -const APP_VERSION = '9.11.0'; // 版本 +const APP_VERSION = '9.12.0'; // 版本 # 路径配置 const APP_PATH = 'D:/App/Network/Postman/Install/app-' . APP_VERSION . '/resources/app/'; // 应用程序根目录