Skip to content

Commit 90b616b

Browse files
authored
chore: bump version to 13.7.1 (#723)
## Summary Version bump to 13.7.1 because v13.7.0's GitHub release became immutable after a manual `gh release create` conflicted with the automated Release workflow. **Lesson learned:** Never create releases manually — the Release workflow handles everything (archive, SBOM, cosign, release notes) when triggered by a tag push. Just `git tag -s` + `git push`. After merge: tag v13.7.1 and let the workflow do its thing.
2 parents 4692047 + 23708f9 commit 90b616b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'author_email' => 'sebastian.koschel@netresearch.de, sebastian.mendel@netresearch.de, rico.sonntag@netresearch.de',
2222
'author_company' => 'Netresearch DTT GmbH',
2323
'state' => 'stable',
24-
'version' => '13.7.0',
24+
'version' => '13.7.1',
2525
'constraints' => [
2626
'depends' => [
2727
'php' => '8.2.0-8.9.99',

0 commit comments

Comments
 (0)