Skip to content

Commit

Permalink
Update common.php
Browse files Browse the repository at this point in the history
update to 1.0.2
  • Loading branch information
jksdou authored May 13, 2024
1 parent 84856b2 commit f8d756d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/includes/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// error_reporting(-1);
error_reporting(0);
define('IN_CRONLITE', true);
define('VERSION', '1001');
define('APP_VERSION', '1.0.1');
define('VERSION', '1002');
define('APP_VERSION', '1.0.2');
define('SYSTEM_ROOT', dirname(__FILE__));
define('ROOT', dirname(SYSTEM_ROOT));
// define('CC_Defender', 1);
Expand Down

0 comments on commit f8d756d

Please sign in to comment.