diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e879fc0..af49c3469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ # 📖 Change Log +## [v2.4.6-alpha.3](https://github.com/torrentpier/torrentpier/compare/v2.4.6-alpha.2..v2.4.6-alpha.3) (2025-06-13) + +### ⚙️ Miscellaneous + +- *(_release.php)* Minor improvements ([#1945](https://github.com/torrentpier/torrentpier/pull/1945)) - ([e5811f9](https://github.com/torrentpier/torrentpier/commit/e5811f9c66eef7f228b51fb82ffda3bcddeb915d)) + + ## [v2.4.6-alpha.2](https://github.com/torrentpier/torrentpier/compare/v2.4.6-alpha.1..v2.4.6-alpha.2) (2025-06-12) ### 🚀 Features diff --git a/library/config.php b/library/config.php index f646f2fd2..5dae511ea 100644 --- a/library/config.php +++ b/library/config.php @@ -18,8 +18,8 @@ $reserved_port = env('TP_PORT', 80); $bb_cfg = []; // Version info -$bb_cfg['tp_version'] = 'v2.4.6-alpha.2'; -$bb_cfg['tp_release_date'] = '12-06-2025'; +$bb_cfg['tp_version'] = 'v2.4.6-alpha.3'; +$bb_cfg['tp_release_date'] = '13-06-2025'; $bb_cfg['tp_release_codename'] = 'Cattle'; // Increase version number after changing JS or CSS