chore(release): stamp desktop app version 0.10.0 (#2248)
Stable release builds read the version from frontend/package.json (the release workflow does not stamp from the git tag, unlike nightly), so the 0.10.0 prod cut needs this committed at the tagged commit. Otherwise the app ships as 0.0.0 and the stable update channel never advances. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
2c377dcb7e
commit
ff23e66055
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "agent-orchestrator",
|
||||
"productName": "Agent Orchestrator",
|
||||
"version": "0.0.0",
|
||||
"version": "0.10.0",
|
||||
"private": true,
|
||||
"description": "Electron + TypeScript frontend for the agent-orchestrator rewrite",
|
||||
"author": "Agent Orchestrator",
|
||||
|
|
|
|||
Loading…
Reference in New Issue