chore(version): auto-bump patch 09.38.03-dev [skip ci]
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Successful in 2s

This commit is contained in:
gitea-actions[bot]
2026-06-21 15:04:41 +00:00
parent ccd1b23bff
commit a8769c1cdc
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.38.02 -->\n"
"# Test\n<!-- VERSION: 09.38.03 -->\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.38.02 -->\n"
"<!-- VERSION: 09.38.03 -->\n"
);
mkdir("{$this->tmpDir}/src", 0755, true);
file_put_contents(