bump(version): 0.1.2504181820 (#385)

This commit is contained in:
Fouad Matin
2025-04-18 18:25:33 -07:00
committed by GitHub
parent aa32e22d4b
commit 6f2271e8cd
3 changed files with 18 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@openai/codex",
"version": "0.1.2504172351",
"version": "0.1.2504181820",
"license": "Apache-2.0",
"bin": {
"codex": "bin/codex.js"

View File

@@ -1,4 +1,4 @@
export const CLI_VERSION = "0.1.2504172351"; // Must be in sync with package.json.
export const CLI_VERSION = "0.1.2504181820"; // Must be in sync with package.json.
export const ORIGIN = "codex_cli_ts";
export type TerminalChatSession = {