From 09fc33beaf30a2be88919b1639d072aad815f2c7 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Tue, 9 Jun 2026 03:02:16 -0700 Subject: [PATCH] [eric] release: bump version to 1.2.75 --- .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 e592aa37..a4dfa5d7 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.2.73: 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.75: 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 6b4e7689..3fcc910a 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.2.73-rc.1 -> rc.yml). Same + # yml named after the first semver-suffix id (1.2.75-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 17ee5370..887c8e2a 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "openswarm", - "version": "1.2.73", + "version": "1.2.75", "description": "OpenSwarm — AI Agent Orchestrator", "author": "openswarm-ai", "main": "main.js",