Skip to content

Commit

Permalink
Finish 4.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Aug 5, 2024
1 parent 2bac07d commit 1bf44ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes for Craft CMS 4

## Unreleased
## 4.10.8 - 2024-08-05

- Fixed a PHP error. ([#14635](https://github.com/craftcms/cms/issues/14635))
- Fixed a PHP error that could occur when running Codeception tests. ([#15445](https://github.com/craftcms/cms/issues/15445))
Expand Down
2 changes: 1 addition & 1 deletion src/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
'version' => '4.10.7',
'version' => '4.10.8',
'schemaVersion' => '4.5.3.0',
'minVersionRequired' => '3.7.11',
'basePath' => dirname(__DIR__), // Defines the @app alias
Expand Down

0 comments on commit 1bf44ce

Please sign in to comment.