From 4e7892539589fb52c350ad8accbc13ff1a33cd3c Mon Sep 17 00:00:00 2001 From: ciregenz Date: Mon, 8 Jun 2026 14:56:24 -0700 Subject: [PATCH] [eric] release: bump version to 1.2.73 --- .github/workflows/release-macos.yml | 2 +- .github/workflows/release-windows.yml | 2 +- electron/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-macos.yml b/.github/workflows/release-macos.yml index 22be5de1..e592aa37 100644 --- a/.github/workflows/release-macos.yml +++ b/.github/workflows/release-macos.yml @@ -40,7 +40,7 @@ permissions: jobs: # Release-readiness gate (mirrors release-windows): the dogfood loop must have validated 12 consecutive clean runs per platform OR the v* tag halts before any DMG is built. release-gate: - if: false # bypassed through v1.1.72: dogfood loop not yet at 12 clean runs, shipping Mac now (mirrors release-windows); remove this line to re-arm the gate + if: false # bypassed through v1.2.73: dogfood loop not yet at 12 clean runs, shipping Mac now (mirrors release-windows); remove this line to re-arm the gate runs-on: ubuntu-latest permissions: { contents: read, actions: read } steps: diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index 0c58fb01..6b4e7689 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -176,7 +176,7 @@ jobs: $dir = 'electron/dist/squirrel-windows' pwsh -NoProfile -File scripts\gen-squirrel-latest-yml.ps1 -SetupPath "$dir/OpenSwarm-Setup-x64.exe" -Version $version -OutPath "$dir/latest.yml" # Experimental builds: electron-updater (allowPrerelease) fetches a channel - # yml named after the first semver-suffix id (1.1.72-rc.1 -> rc.yml). Same + # yml named after the first semver-suffix id (1.2.73-rc.1 -> rc.yml). Same # content as latest.yml; copy it so the experimental channel resolves. if ($version -match '-([0-9A-Za-z]+)') { Copy-Item "$dir/latest.yml" "$dir/$($matches[1]).yml" -Force diff --git a/electron/package.json b/electron/package.json index d624410d..17ee5370 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "openswarm", - "version": "1.1.72", + "version": "1.2.73", "description": "OpenSwarm — AI Agent Orchestrator", "author": "openswarm-ai", "main": "main.js",