From 780ec18fdd6415e9827d83d110bdb94109a1ff33 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sun, 21 Jan 2024 13:52:24 +0700 Subject: [PATCH] Release v2.1.5-2024.02 [Final v2] --- CHANGELOG.md | 2 +- library/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f33854e6..620e131a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 📖 Change Log -## [v2.1.5-2024.02 [Final v2]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.01) (2024-01-03) +## [v2.1.5-2024.02 [Final v2]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.01) (2024-01-21) [Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.10-HotFix...v2.1.5-2024.02) - Release v2.1.5-2024.02 🎉 diff --git a/library/config.php b/library/config.php index 971ac9e0..0e7fef74 100644 --- a/library/config.php +++ b/library/config.php @@ -16,7 +16,7 @@ // Version info $bb_cfg['tp_version'] = '2.1.5-2024.02 [Final v2]'; -$bb_cfg['tp_release_date'] = '03-01-2024'; +$bb_cfg['tp_release_date'] = '21-01-2024'; $bb_cfg['tp_release_state'] = 'LTS'; $bb_cfg['tp_zf_version'] = '2.4.13';