Skip to content

Commit 350a07b

Browse files
committed
merge: back-merge main (v2.7.43) into dev
dev and main had diverged on the version line alone: dev sat at 2.7.41 while main shipped 2.7.43 through two release commits that never came back. main was not an ancestor of dev, so the next promotion would have been a merge rather than a fast-forward, and the ledger would have kept drifting with every release. merge-tree confirmed the merge is clean and that the whole material change is one line of package.json. Promotion from here is a real fast-forward.
2 parents 62e9376 + d1f544b commit 350a07b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitkyc08/opencodex",
3-
"version": "2.7.41",
3+
"version": "2.7.43",
44
"description": "Universal provider proxy for OpenAI Codex & Claude Code — use any LLM with Codex CLI/App/SDK and Claude Code",
55
"type": "module",
66
"main": "./bin/package-main.mjs",

0 commit comments

Comments
 (0)