Skip to content

Commit

Permalink
Update constants.php
Browse files Browse the repository at this point in the history
Update version information
  • Loading branch information
mahtab2003 authored Jun 17, 2024
1 parent 095bc01 commit 39d8c8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
| These constants define the build information of Xera
|
*/
defined('XERA_VERSION') or define('XERA_VERSION', '1.2.8'); // build version
defined('XERA_TAG') or define('XERA_TAG', 'Hollow'); // build tag
defined('XERA_DATE') or define('XERA_DATE', '23-08-2022'); // build date
defined('XERA_VERSION') or define('XERA_VERSION', '1.2.9'); // build version
defined('XERA_TAG') or define('XERA_TAG', 'Caramel'); // build tag
defined('XERA_DATE') or define('XERA_DATE', '17-06-2024'); // build date
defined('XERA_AFFL') or define('XERA_AFFL', 123456); // iFastNet affiliate id

/*
Expand All @@ -108,4 +108,4 @@
defined("HASH_ALGO_64") or define('HASH_ALGO_64', 'sha256'); // 64 charatchers hashing algo
defined("HASH_ALGO_32") or define('HASH_ALGO_32', 'haval128,3'); // 32 charatchers hashing algo
defined("HASH_ALGO_16") or define('HASH_ALGO_16', 'fnv1a64'); // 16 charatchers hashing algo
defined("HASH_ALGO_8") or define('HASH_ALGO_8', 'crc32'); // 8 charatchers hashing algo
defined("HASH_ALGO_8") or define('HASH_ALGO_8', 'crc32'); // 8 charatchers hashing algo

0 comments on commit 39d8c8a

Please sign in to comment.