This commit is contained in:
Gitea
2022-01-24 10:43:35 +08:00
commit 15dfc6576b
786 changed files with 219240 additions and 0 deletions

12
apps/common/version.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
return array(
// 应用版本
'app_version' => '3.0.9',
// 发布时间
'release_time' => '20211013',
// 修订版本
'revise_version' => '1'
);