This commit is contained in:
Jackson Dou 2023-07-12 01:39:39 +08:00
parent 8eee0ffd5b
commit 39aa23f045
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

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

View file

@ -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');