Skip to content

Commit

Permalink
Update to 0.8.18-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed May 23, 2024
1 parent 016138a commit 1f2e7bd
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.17');
define('MYAAC_VERSION', '0.8.18-dev');
define('DATABASE_VERSION', 33);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));
Expand Down

0 comments on commit 1f2e7bd

Please sign in to comment.