chore: bump version to 0.11.173

This commit is contained in:
Omar McAdam
2026-03-19 15:41:22 -07:00
parent 5cdf86b120
commit 5f0e11ceca
9 changed files with 15 additions and 15 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "@openwork/desktop",
"private": true,
"version": "0.11.172",
"version": "0.11.173",
"opencodeVersion": "1.2.26",
"opencodeRouterVersion": "0.11.172",
"opencodeRouterVersion": "0.11.173",
"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}\\\"}}\"",