diff --git a/Changelog.md b/Changelog.md index 3cd0ef6..5f9deb2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ ## 3.x Series +## 3.8.0 +##### 2023-05-24 + +- Bump module version to mainline (no change) + ## 3.7.0 ##### 2023-04-04 diff --git a/resources/manifest.php b/resources/manifest.php index 3d5c8bc..df35dd7 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Cart Module', - 'version' => '3.8-dev' + 'version' => '3.8.0' ];