From cdf345f07c3697b95a93f3385390d24f8f1bb60d Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 9 Nov 2024 18:11:11 +0700 Subject: [PATCH] Updated --- CHANGELOG.md | 2 +- library/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7979f41..b729eff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 📖 Change Log -## [v2.1.5-2024.10-HotFix [Final v9]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.10-HotFix) (2024-11-11) +## [v2.1.5-2024.10-HotFix [Final v9]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.10-HotFix) (2024-11-09) [Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.10...v2.1.5-2024.10-HotFix) - Release v2.1.5-2024.10-HotFix 🎉 diff --git a/library/config.php b/library/config.php index 5604afb4..7096a0ce 100644 --- a/library/config.php +++ b/library/config.php @@ -16,7 +16,7 @@ // Version info $bb_cfg['tp_version'] = '2.1.5-2024.10-HotFix [Final v9]'; -$bb_cfg['tp_release_date'] = '11-11-2024'; +$bb_cfg['tp_release_date'] = '09-11-2024'; $bb_cfg['tp_release_state'] = 'LTS'; $bb_cfg['tp_zf_version'] = '2.4.13 (Latest)';