From b4fe5c883047927efc1e89e9d433eaa40a9c5681 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Fri, 24 Jun 2022 08:13:13 -0700 Subject: [PATCH] Finish 3.7.45.2 --- CHANGELOG.md | 2 +- composer.json | 2 +- src/config/app.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe220f1cc8..75eb26f5566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 3.x -## Unreleased +## 3.7.45.2 - 2022-06-24 ### Fixed - Fixed a SQL error that could occur on MySQL 5. ([#11493](https://github.com/craftcms/cms/issues/11493)) diff --git a/composer.json b/composer.json index 6e60e0d7cf2..1b28b49f882 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "craftcms/cms", "description": "Craft CMS", - "version": "3.7.45.1", + "version": "3.7.45.2", "keywords": [ "cms", "craftcms", diff --git a/src/config/app.php b/src/config/app.php index e0588f79fb4..c7adaa82321 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '3.7.45.1', + 'version' => '3.7.45.2', 'schemaVersion' => '3.7.33', 'minVersionRequired' => '2.6.2788', 'basePath' => dirname(__DIR__), // Defines the @app alias