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

This commit is contained in:
gitea-actions[bot]
2026-06-21 01:25:35 +00:00
parent 033e948c79
commit 79c853354b
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.29.01 -->\n"
"# Test\n<!-- VERSION: 09.29.02 -->\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.01 -->\n"
"<!-- VERSION: 09.29.02 -->\n"
);
mkdir("{$this->tmpDir}/src", 0755, true);
file_put_contents(