Skip to content

Commit

Permalink
Update version to 1.0-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Jul 23, 2024
1 parent 758a8b3 commit 45e63b1
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-beta.2';
const MYAAC_VERSION = '1.0-RC';
const DATABASE_VERSION = 40;
const TABLE_PREFIX = 'myaac_';
define('START_TIME', microtime(true));
Expand Down

0 comments on commit 45e63b1

Please sign in to comment.