We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85cfc00 commit 5b8fb14Copy full SHA for 5b8fb14
php/common.php
@@ -9,7 +9,7 @@
9
# 应用程序
10
const APP_NAME = 'Postman'; // 名称
11
const APP_IMAGE = './images/app.png'; // 图片
12
-const APP_VERSION = '9.11.0'; // 版本
+const APP_VERSION = '9.12.0'; // 版本
13
14
# 路径配置
15
const APP_PATH = 'D:/App/Network/Postman/Install/app-' . APP_VERSION . '/resources/app/'; // 应用程序根目录
0 commit comments