Jackson Dou 2 년 전
부모
커밋
39aa23f045
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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');