Skip to content

Commit 16ed190

Browse files
committed
Finish 6.0.0-alpha.16
1 parent 432ae93 commit 16ed190

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.16 - 2026-08-05
44

55
- Fixed a bug where Yii-style migrations could be required twice. ([#19376](https://github.com/craftcms/cms/pull/19376))
66
- Fixed a bug where the legacy `craft\base\Widget` class wasn’t fully implementing `CraftCms\Cms\Dashboard\Contracts\WidgetInterface`. ([#19375](https://github.com/craftcms/cms/pull/19375))

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.15';
31+
public const string VERSION = '6.0.0-alpha.16';
3232

3333
public const string SCHEMA_VERSION = '6.0.0.4';
3434

0 commit comments

Comments
 (0)