From 10ec88933ec6f03c54b531ced39e7a52d197c8b5 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Wed, 5 Jun 2024 08:56:18 -0700 Subject: [PATCH] Finish 4.9.7 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab442d1070b..defe63a3b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 4 -## Unreleased +## 4.9.7 - 2024-06-05 - Fixed a bug where the `db/backup` command could fail on Windows. ([#15090](https://github.com/craftcms/cms/issues/15090)) - Fixed an error that could occur when applying project config changes if a site was deleted. ([#14373](https://github.com/craftcms/cms/issues/14373)) diff --git a/src/config/app.php b/src/config/app.php index a7bd2ef8259..295425eda7b 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '4.9.6', + 'version' => '4.9.7', 'schemaVersion' => '4.5.3.0', 'minVersionRequired' => '3.7.11', 'basePath' => dirname(__DIR__), // Defines the @app alias