From ff23e66055667e2e430616a540cbdd32151dbad2 Mon Sep 17 00:00:00 2001 From: Harshit Singh Bhandari Date: Sun, 28 Jun 2026 23:24:57 +0530 Subject: [PATCH] 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 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index bca608324..a70a05a57 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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",