chore(release): build 09.24.00 [skip ci]

This commit is contained in:
gitea-actions[bot]
2026-06-04 16:29:58 +00:00
parent 5754fae5a8
commit 54a27c0a8f
27 changed files with 30 additions and 34 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ class VersionReadTest extends TestCase
{
file_put_contents(
"{$this->tmpDir}/README.md",
"# Test\n<!-- VERSION: 09.21.07 -->\n"
"# Test\n<!-- VERSION: 09.24.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.21.07 -->\n"
"<!-- VERSION: 09.24.00 -->\n"
);
mkdir("{$this->tmpDir}/src", 0755, true);
file_put_contents(