Skip to content

Commit

Permalink
Update version.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathologic authored Jan 15, 2023
1 parent 062c058 commit 64e3011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manager/includes/version.inc.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$modx_version = '1.4.22'; // Current version number
$modx_release_date = 'January 14, 2022'; // Date of release
$modx_version = '1.4.23'; // Current version number
$modx_release_date = 'January 15, 2022'; // Date of release
$modx_branch = 'Evolution CE'; // Codebase name
$modx_full_appname = "{$modx_branch} {$modx_version} ({$modx_release_date})";

0 comments on commit 64e3011

Please sign in to comment.