diff --git a/CHANGELOG.md b/CHANGELOG.md index 275de627e7..cf8f4a8bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 3.x -## Unreleased +## 3.7.45 - 2022-06-21 ### Changed - Improved performance when working with temp asset folders. diff --git a/composer.json b/composer.json index 17f96e3956..6780957ddb 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "craftcms/cms", "description": "Craft CMS", - "version": "3.7.44", + "version": "3.7.45", "keywords": [ "cms", "craftcms", diff --git a/src/config/app.php b/src/config/app.php index eb24a6f571..75ccefe52d 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '3.7.44', + 'version' => '3.7.45', 'schemaVersion' => '3.7.33', 'minVersionRequired' => '2.6.2788', 'basePath' => dirname(__DIR__), // Defines the @app alias