chore(version): auto-bump patch 09.26.01-dev [skip ci]

This commit is contained in:
gitea-actions[bot]
2026-06-11 23:25:41 +00:00
parent a00cbf7d92
commit 0a194828ee
56 changed files with 57 additions and 57 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ class VersionReadTest extends TestCase
{
file_put_contents(
"{$this->tmpDir}/README.md",
"# Test\n<!-- VERSION: 09.26.00 -->\n"
"# Test\n<!-- VERSION: 09.26.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.26.00 -->\n"
"<!-- VERSION: 09.26.01 -->\n"
);
mkdir("{$this->tmpDir}/src", 0755, true);
file_put_contents(