chore: bump version to 0.11.207

This commit is contained in:
src-opn
2026-04-13 14:48:35 -07:00
parent e4ef3e28dd
commit 7346d009bf
9 changed files with 66 additions and 67 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "@openwork/desktop",
"private": true,
"version": "0.11.206",
"opencodeRouterVersion": "0.11.206",
"version": "0.11.207",
"opencodeRouterVersion": "0.11.207",
"type": "module",
"scripts": {
"dev": "OPENWORK_DEV_MODE=1 OPENWORK_DATA_DIR=\"$HOME/.openwork/openwork-orchestrator-dev\" tauri dev --config src-tauri/tauri.dev.conf.json --config \"{\\\"build\\\":{\\\"devUrl\\\":\\\"http://localhost:${PORT:-5173}\\\"}}\"",