From 43f1223f6f37125b7f29855a409c477225c41b93 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Sat, 31 Aug 2024 10:15:53 +0200 Subject: [PATCH] [BUGFIX] Fix version --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 5d3506c..70702e6 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -21,7 +21,7 @@ 'author_email' => 'documentation@typo3.org', 'state' => 'stable', 'author_company' => '', - 'version' => '12.0.7', + 'version' => '12.0.8', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-12.4.99',