chore(release): build 09.28.00 [skip ci]

This commit is contained in:
gitea-actions[bot]
2026-06-07 22:30:41 +00:00
parent e6b9a3b4f6
commit e37443774b
57 changed files with 59 additions and 59 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ class VersionReadTest extends TestCase
{
file_put_contents(
"{$this->tmpDir}/README.md",
"# Test\n<!-- VERSION: 09.27.00 -->\n"
"# Test\n<!-- VERSION: 09.28.00 -->\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.27.00 -->\n"
"<!-- VERSION: 09.28.00 -->\n"
);
mkdir("{$this->tmpDir}/src", 0755, true);
file_put_contents(