From 7946b4f369e79090fc30f41d1acd9022f5ec7742 Mon Sep 17 00:00:00 2001 From: iamtoruk Date: Fri, 17 Jul 2026 13:55:48 -0700 Subject: [PATCH] chore(app): desktop 0.9.17 Patch release: Windows bundled-CLI fix (was not-found on 100% of Windows), enriched cli_error telemetry, and the unified solid-flame brand. CLI/menubar stay 0.9.16 (no changes needing an npm/menubar republish; the desktop bundles current main's CLI). --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 05572d8..69ea91c 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "codeburn-desktop", "private": true, - "version": "0.9.16", + "version": "0.9.17", "description": "CodeBurn Desktop \u2014 Electron app fed by the codeburn CLI", "main": "dist/electron/main.js", "scripts": {