Jackson Dou 2 năm trước cách đây
mục cha
commit
39aa23f045
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 1 0
      .gitignore
  2. 1 1
      src/core/application.php

+ 1 - 0
.gitignore

@@ -1,3 +1,4 @@
 .DS_Store
 Thumbs.db
 test/
+install.lock

+ 1 - 1
src/core/application.php

@@ -20,7 +20,7 @@ session_start();
 
 define('IN_CRONLITE', true);
 define('APP_MODE', 'prod'); // prod, demo
-define('APP_VERSION', '2.0.3');
+define('APP_VERSION', '2.0.4');
 define('APP_BUILD', '1000');
 define('DB_VERSION', '2021');
 define('APP_BRAND', 'UIISC');