Skip to content

Commit 7da4515

Browse files
committed
[TASK] Reset ext_emconf.php version
Set extension version in ext_emconf.php to lower version, otherwise usual release commands would not change anything with tailor and not having a valid preparation pull-request.
1 parent 57e853e commit 7da4515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'author_company' => 'web-vision GmbH',
99
'author_email' => '[email protected]',
1010
'state' => 'stable',
11-
'version' => '1.0.0',
11+
'version' => '0.0.0',
1212
'constraints' => [
1313
'depends' => [
1414
'php' => '8.1.0-8.4.99',

0 commit comments

Comments
 (0)