From 7ac0cde1f8e8d6d41bac3afaa7ad053aadcebdb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:27:36 +0100 Subject: [PATCH] version: set to 3.9.0-dev --- Documentation/guides.xml | 4 ++-- composer.json | 2 +- ext_emconf.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 332e488a..ac0532cb 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -16,8 +16,8 @@ /> diff --git a/composer.json b/composer.json index e4fd04d4..0b97679a 100644 --- a/composer.json +++ b/composer.json @@ -81,7 +81,7 @@ }, "extra": { "branch-alias": { - "dev-main": "3.8.x-dev" + "dev-main": "3.9.x-dev" }, "typo3/cms": { "app-dir": ".Build", diff --git a/ext_emconf.php b/ext_emconf.php index a4a6e64b..6d989b42 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,7 +8,7 @@ 'clearCacheOnLoad' => true, 'author' => 'Chris Müller', 'author_email' => 'typo3@brotkrueml.dev', - 'version' => '3.8.0', + 'version' => '3.9.0-dev', 'constraints' => [ 'depends' => [ 'php' => '8.1.0-0.0.0',