Skip to content

Commit

Permalink
Release 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed May 18, 2023
1 parent 1d08833 commit 933d4e1
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(), '7.2.5', '<')) die('PHP version 7.2.5 or higher is required.');

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

0 comments on commit 933d4e1

Please sign in to comment.