Skip to content

Commit

Permalink
Start v0.8.22-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Jan 9, 2025
1 parent c5c266b commit eda773c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if (version_compare(phpversion(), '7.2.5', '<')) die('PHP version 7.2.5 or higher is required.');

define('MYAAC', true);
define('MYAAC_VERSION', '0.8.21');
define('MYAAC_VERSION', '0.8.22-dev');
define('DATABASE_VERSION', 33);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));
Expand Down

0 comments on commit eda773c

Please sign in to comment.