chore: bump version to 2026.3.10

This commit is contained in:
Peter Steinberger
2026-03-11 23:29:53 +00:00
parent cced1e0f76
commit 0e397e62b7
50 changed files with 113 additions and 77 deletions

View File

@@ -198,7 +198,7 @@ describe("git commit resolution", () => {
await fs.mkdir(path.join(packageRoot, "dist"), { recursive: true });
await fs.writeFile(
path.join(packageRoot, "package.json"),
JSON.stringify({ name: "openclaw", version: "2026.3.9" }),
JSON.stringify({ name: "openclaw", version: "2026.3.10" }),
"utf-8",
);
const moduleUrl = pathToFileURL(path.join(packageRoot, "dist", "entry.js")).href;