We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12613e8 commit ef6d65eCopy full SHA for ef6d65e
3 files changed
codex-cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@leonw24/open-codex",
3
- "version": "0.126.0-leon",
+ "version": "0.125.4-leon",
4
"license": "Apache-2.0",
5
"bin": {
6
"open-codex": "bin/codex.js"
codex-rs/.cargo/config.toml
codex-rs/Cargo.toml
@@ -101,7 +101,7 @@ members = [
101
resolver = "2"
102
103
[workspace.package]
104
-version = "0.126.0-leon"
+version = "0.125.4-leon"
105
# Track the edition for all workspace crates in one place. Individual
106
# crates can still override this value, but keeping it here means new
107
# crates created with `cargo new -w ...` automatically inherit the 2024
0 commit comments