From e7d3133aa8e8938c722842117784e61f91da4c31 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Fri, 13 Jun 2025 11:06:10 +0300 Subject: [PATCH] release: v2.4.6-alpha.4 --- CHANGELOG.md | 7 +++++++ library/config.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af49c3469..3e545e1bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ # 📖 Change Log +## [v2.4.6-alpha.4](https://github.com/torrentpier/torrentpier/compare/v2.4.6-alpha.3..v2.4.6-alpha.4) (2025-06-13) + +### ⚙️ Miscellaneous + +- *(_release.php)* Use `GPG` sign for tags by default ([#1946](https://github.com/torrentpier/torrentpier/pull/1946)) - ([0271b21](https://github.com/torrentpier/torrentpier/commit/0271b21a5e8c9dce918da9954547d81dae2a1d4b)) + + ## [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 diff --git a/library/config.php b/library/config.php index 5dae511ea..866c8ed75 100644 --- a/library/config.php +++ b/library/config.php @@ -18,7 +18,7 @@ $reserved_port = env('TP_PORT', 80); $bb_cfg = []; // Version info -$bb_cfg['tp_version'] = 'v2.4.6-alpha.3'; +$bb_cfg['tp_version'] = 'v2.4.6-alpha.4'; $bb_cfg['tp_release_date'] = '13-06-2025'; $bb_cfg['tp_release_codename'] = 'Cattle';