From 39d8c8a270e99577a38362cef4f6560516ca4031 Mon Sep 17 00:00:00 2001 From: Mahtab Hassan <50697282+mahtab2003@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:32:39 +0500 Subject: [PATCH] Update constants.php Update version information --- app/config/constants.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/config/constants.php b/app/config/constants.php index 3a4f00da..f443a764 100644 --- a/app/config/constants.php +++ b/app/config/constants.php @@ -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 /* @@ -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 \ No newline at end of file +defined("HASH_ALGO_8") or define('HASH_ALGO_8', 'crc32'); // 8 charatchers hashing algo