Skip to content

Commit

Permalink
Start v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Jan 27, 2025
1 parent 19b290f commit 3432161
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(), '8.1', '<')) die('PHP version 8.1 or higher is required.');

const MYAAC = true;
const MYAAC_VERSION = '1.1';
const MYAAC_VERSION = '1.1.1-dev';
const DATABASE_VERSION = 43;
const TABLE_PREFIX = 'myaac_';
define('START_TIME', microtime(true));
Expand Down

0 comments on commit 3432161

Please sign in to comment.