Fix wrong version

This commit is contained in:
Daniel Siepmann 2022-08-29 13:10:58 +00:00
parent 36fe4e756a
commit 4265bb1db7
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ $EM_CONF['events'] = [
'state' => 'alpha',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.6.1',
'version' => '2.6.2',
'constraints' => [
'depends' => [
'typo3' => '10.4.00-11.5.99',