mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 22:40:39 +00:00
build: bump unreleased version to 2026.3.9
This commit is contained in:
@@ -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.8" }),
|
||||
JSON.stringify({ name: "openclaw", version: "2026.3.9" }),
|
||||
"utf-8",
|
||||
);
|
||||
const moduleUrl = pathToFileURL(path.join(packageRoot, "dist", "entry.js")).href;
|
||||
|
||||
Reference in New Issue
Block a user