Skip to content

Commit 2bcd199

Browse files
committed
Finish 5.0.0-alpha.8
1 parent bdcc839 commit 2bcd199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes for Craft CMS 5
22

3-
## Unreleased
3+
## 5.0.0-alpha.8 - 2024-01-23
44

55
- Fixed a PHP error that occurred when the Debug Toolbar was enabled. ([#14183](https://github.com/craftcms/cms/issues/14183))
66

src/config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'id' => 'CraftCMS',
55
'name' => 'Craft CMS',
6-
'version' => '5.0.0-alpha.7',
6+
'version' => '5.0.0-alpha.8',
77
'schemaVersion' => '5.0.0.15',
88
'minVersionRequired' => '4.4.0',
99
'basePath' => dirname(__DIR__), // Defines the @app alias

0 commit comments

Comments
 (0)