chore(version): pre-release bump to 09.37.04-dev [skip ci]
Publish to Composer / Publish Package (release) Successful in 9s

This commit is contained in:
gitea-actions[bot]
2026-06-21 06:14:47 +00:00
parent e17d61e366
commit 2904f1ce0e
38 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ class VersionReadTest extends TestCase
{
file_put_contents(
"{$this->tmpDir}/README.md",
"# Test\n<!-- VERSION: 09.37.03 -->\n"
"# Test\n<!-- VERSION: 09.37.04 -->\n"
);
$this->assertSame('02.03.04', trim($this->runScript()));
@@ -68,7 +68,7 @@ class VersionReadTest extends TestCase
{
file_put_contents(
"{$this->tmpDir}/README.md",
"<!-- VERSION: 09.37.03 -->\n"
"<!-- VERSION: 09.37.04 -->\n"
);
mkdir("{$this->tmpDir}/src", 0755, true);
file_put_contents(