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:
Harshit Singh Bhandari 2026-06-28 23:24:57 +05:30 committed by GitHub
parent 2c377dcb7e
commit ff23e66055
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "agent-orchestrator", "name": "agent-orchestrator",
"productName": "Agent Orchestrator", "productName": "Agent Orchestrator",
"version": "0.0.0", "version": "0.10.0",
"private": true, "private": true,
"description": "Electron + TypeScript frontend for the agent-orchestrator rewrite", "description": "Electron + TypeScript frontend for the agent-orchestrator rewrite",
"author": "Agent Orchestrator", "author": "Agent Orchestrator",