Skip to content

Commit

Permalink
Release v0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Feb 18, 2023
1 parent 9de49b4 commit b3d1274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.php
Expand Up @@ -26,7 +26,7 @@
if (version_compare(phpversion(), '5.6', '<')) die('PHP version 5.6 or higher is required.');

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

0 comments on commit b3d1274

Please sign in to comment.