chore(release): build 09.06.00 [skip ci]

This commit is contained in:
gitea-actions[bot]
2026-05-29 09:52:13 +00:00
parent ead8d13114
commit 1f57a19860
24 changed files with 26 additions and 54 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ class VersionReadTest extends TestCase
{
file_put_contents(
"{$this->tmpDir}/README.md",
"# Test\n<!-- VERSION: 02.03.04 -->\n"
"# Test\n<!-- VERSION: 09.06.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: 01.02.00 -->\n"
"<!-- VERSION: 09.06.00 -->\n"
);
mkdir("{$this->tmpDir}/src", 0755, true);
file_put_contents(