chore(version): auto-bump patch 09.31.01-dev [skip ci]
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Failing after 1s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Failing after 3s
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 14s

This commit is contained in:
gitea-actions[bot]
2026-06-21 02:02:20 +00:00
parent 2b7e38b711
commit fefa44965f
36 changed files with 37 additions and 37 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ class VersionReadTest extends TestCase
{
file_put_contents(
"{$this->tmpDir}/README.md",
"# Test\n<!-- VERSION: 09.31.00 -->\n"
"# Test\n<!-- VERSION: 09.31.01 -->\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.31.00 -->\n"
"<!-- VERSION: 09.31.01 -->\n"
);
mkdir("{$this->tmpDir}/src", 0755, true);
file_put_contents(