Skip to content

Commit 44615bd

Browse files
chore(release): v1.114.2 [skip ci]
1 parent 91b67dc commit 44615bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

codex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
)
1818
from codex.thread import CodexTurnStream, Input, Thread
1919

20-
__version__ = "1.114.1"
20+
__version__ = "1.114.2"
2121

2222
__all__ = [
2323
"Codex",

crates/codex_native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codex_native"
3-
version = "1.114.1"
3+
version = "1.114.2"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)