Skip to content

Commit

Permalink
update version number to 1.7.26
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomlove committed Sep 14, 2022
1 parent df10de8 commit 9723ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/constants.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.7.24');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2022-09-11');
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.7.26');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2022-09-15');
defined('IN_TRACKER') || define('IN_TRACKER', false);
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");
Expand Down

0 comments on commit 9723ffd

Please sign in to comment.