Skip to content

Commit

Permalink
Release v1.0-RC.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Oct 25, 2024
1 parent 29b7703 commit cb5fc84
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.0-RC';
const MYAAC_VERSION = '1.0-RC.2';
const DATABASE_VERSION = 40;
const TABLE_PREFIX = 'myaac_';
define('START_TIME', microtime(true));
Expand Down

0 comments on commit cb5fc84

Please sign in to comment.