chore(release): build 09.37.00 [skip ci]
Platform: mokoplatform CI / Gate 1: Code Quality (push) Failing after 1m2s
Platform: mokoplatform CI / Gate 2: Unit Tests (8.1) (push) Has been cancelled
Platform: mokoplatform CI / Gate 2: Unit Tests (8.2) (push) Has been cancelled
Platform: mokoplatform CI / Gate 2: Unit Tests (8.3) (push) Has been cancelled
Platform: mokoplatform CI / Gate 3: Self-Health Check (push) Has been cancelled
Platform: mokoplatform CI / Gate 4: Governance (push) Has been cancelled
Platform: mokoplatform CI / Gate 5: Template Integrity (push) Has been cancelled
Platform: mokoplatform CI / CI Summary (push) Has been cancelled

This commit is contained in:
gitea-actions[bot]
2026-06-21 05:28:19 +00:00
parent a67bf83467
commit cb7340ce21
39 changed files with 41 additions and 43 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ class VersionReadTest extends TestCase
{
file_put_contents(
"{$this->tmpDir}/README.md",
"# Test\n<!-- VERSION: 09.36.01 -->\n"
"# Test\n<!-- VERSION: 09.37.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.36.01 -->\n"
"<!-- VERSION: 09.37.00 -->\n"
);
mkdir("{$this->tmpDir}/src", 0755, true);
file_put_contents(