Skip to content

Commit 97f4e4e

Browse files
committed
Finish 6.0.0-alpha.4
1 parent 3a11060 commit 97f4e4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 6
22

3-
## Unreleased
3+
## 6.0.0-alpha.4 - 2026-05-19
44

55
- Added support for plugins to register Laravel scheduled tasks that run via `php artisan schedule:run`.
66
- Updated `yiisoft/html` to 4.1.0. ([#18920](https://github.com/craftcms/cms/pull/18920))

src/Cms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{
2929
public const string NAME = 'Craft CMS';
3030

31-
public const string VERSION = '6.0.0-alpha.3';
31+
public const string VERSION = '6.0.0-alpha.4';
3232

3333
public const string SCHEMA_VERSION = '6.0.0.2';
3434

0 commit comments

Comments
 (0)