chore(version): auto-bump patch 09.29.01-dev [skip ci]
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Failing after 1s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped

This commit is contained in:
gitea-actions[bot]
2026-06-18 20:53:54 +00:00
parent 2a3e733d8c
commit 7ac196e4a8
57 changed files with 58 additions and 58 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ class VersionReadTest extends TestCase
{
file_put_contents(
"{$this->tmpDir}/README.md",
"# Test\n<!-- VERSION: 09.29.00 -->\n"
"# Test\n<!-- VERSION: 09.29.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.29.00 -->\n"
"<!-- VERSION: 09.29.01 -->\n"
);
mkdir("{$this->tmpDir}/src", 0755, true);
file_put_contents(