Skip to content

Commit

Permalink
Update constants.php
Browse files Browse the repository at this point in the history
  • Loading branch information
santydesignscr authored Jul 27, 2024
1 parent 03e21f5 commit 9adef79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
| These constants define the build information of Xera
|
*/
defined('XERA_VERSION') or define('XERA_VERSION', '1.3.0'); // build version
defined('XERA_TAG') or define('XERA_TAG', 'Eternity'); // build tag
defined('XERA_VERSION') or define('XERA_VERSION', '1.3.1'); // build version
defined('XERA_TAG') or define('XERA_TAG', 'Eternity Improved'); // build tag
defined('XERA_DATE') or define('XERA_DATE', '11-07-2024'); // build date
defined('XERA_AFFL') or define('XERA_AFFL', 123456); // iFastNet affiliate id

Expand Down

0 comments on commit 9adef79

Please sign in to comment.