Skip to content

Commit

Permalink
Merge pull request #1041 from hhunderter/Beta-2.2.3
Browse files Browse the repository at this point in the history
V2.2.3
  • Loading branch information
hhunderter authored Sep 1, 2024
2 parents f1db37d + ab6531c commit 79a6789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
$serverTimeZone = @date_default_timezone_get();
date_default_timezone_set('UTC');

define('VERSION', '2.2.2');
define('VERSION', '2.2.3');
define('SERVER_TIMEZONE', $serverTimeZone);
define('DEFAULT_MODULE', 'page');
define('DEFAULT_LAYOUT', 'index');
Expand Down

0 comments on commit 79a6789

Please sign in to comment.