Skip to content

Commit

Permalink
Finish 3.7.45.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jun 24, 2022
1 parent 8b58966 commit b4fe5c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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))
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion src/config/app.php
Expand Up @@ -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
Expand Down

0 comments on commit b4fe5c8

Please sign in to comment.