Skip to content

Commit c121d1e

Browse files
committed
version: set to 3.11.0-dev
1 parent d6dfc18 commit c121d1e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Documentation/guides.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
/>
1717
<project
1818
title="schema"
19-
release="3.10.1"
20-
version="3.10"
19+
release="3.11.0-dev"
20+
version="3.11"
2121
copyright="since 2019 by Chris Müller"
2222
/>
2323
</guides>

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
},
8383
"extra": {
8484
"branch-alias": {
85-
"dev-main": "3.10.x-dev"
85+
"dev-main": "3.11.x-dev"
8686
},
8787
"typo3/cms": {
8888
"app-dir": ".Build",

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'clearCacheOnLoad' => true,
99
'author' => 'Chris Müller',
1010
'author_email' => '[email protected]',
11-
'version' => '3.10.1',
11+
'version' => '3.11.0-dev',
1212
'constraints' => [
1313
'depends' => [
1414
'php' => '8.1.0-0.0.0',

0 commit comments

Comments
 (0)