From f695b783b21baec0be708c3b6f2effb116f4eb62 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Thu, 21 Dec 2023 14:34:52 -0800 Subject: [PATCH] Finish 5.0.0-alpha.3 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a53a6ce52..a28e2228b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 4 -## Unreleased +## 5.0.0-alpha.3 - 2023-12-21 - Added the `tempAssetUploadFs` config setting. ([#13957](https://github.com/craftcms/cms/pull/13957)) - Removed the “Temp Uploads Location” asset setting. ([#13957](https://github.com/craftcms/cms/pull/13957)) diff --git a/src/config/app.php b/src/config/app.php index b19d1b139ce..e3dc7c433e7 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '5.0.0-alpha.2', + 'version' => '5.0.0-alpha.3', 'schemaVersion' => '5.0.0.12', 'minVersionRequired' => '4.4.0', 'basePath' => dirname(__DIR__), // Defines the @app alias