From e749498d2271ebf1f6f6b35f997404c3bc63d1c3 Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Tue, 4 Apr 2023 20:19:55 +0200 Subject: [PATCH] Release v3.7.0 --- Changelog.md | 5 +++++ resources/manifest.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 32bdc6f..e5bacf3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ ## 3.x Series +## 3.7.0 +##### 2023-04-04 + +- Bump module version to mainline (no change) + ## 3.6.0 ##### 2023-03-07 diff --git a/resources/manifest.php b/resources/manifest.php index 719a575..cf5f5d7 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Links Module', - 'version' => '3.7-dev' + 'version' => '3.7.0' ];