mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:50:43 +00:00
chore: bump version to 2026.4.25
This commit is contained in:
@@ -685,7 +685,7 @@ describe("bundledRuntimeDependencySentinelCandidates", () => {
|
||||
mkdirSync(join(packageRoot, "dist", "extensions", "browser"), { recursive: true });
|
||||
writeFileSync(
|
||||
join(packageRoot, "package.json"),
|
||||
JSON.stringify({ name: "openclaw", version: "2026.4.24-beta.1" }, null, 2),
|
||||
JSON.stringify({ name: "openclaw", version: "2026.4.25-beta.1" }, null, 2),
|
||||
);
|
||||
symlinkSync(packageRoot, aliasRoot, "dir");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user