From 13c776411a8a17376b841288eadc48328e8f5473 Mon Sep 17 00:00:00 2001 From: Fouad Matin <169186268+fouad-openai@users.noreply.github.com> Date: Wed, 16 Apr 2025 15:49:32 -0700 Subject: [PATCH] bump(version): 0.1.2504161510 (#135) Signed-off-by: Fouad Matin --- codex-cli/package.json | 4 ++-- codex-cli/src/utils/session.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codex-cli/package.json b/codex-cli/package.json index 728485b7..c5e0b9df 100644 --- a/codex-cli/package.json +++ b/codex-cli/package.json @@ -1,6 +1,6 @@ { "name": "@openai/codex", - "version": "0.1.04161352", + "version": "0.1.2504161510", "license": "Apache-2.0", "bin": { "codex": "dist/cli.js" @@ -21,7 +21,7 @@ "build": "node build.mjs", "build:dev": "NODE_ENV=development node build.mjs --dev && NODE_OPTIONS=--enable-source-maps node dist/cli-dev.js", "release:readme": "cp ../README.md ./README.md", - "release:version": "codex -a full-auto 'update the CLI_VERSION in codex-cli/src/utils/session.ts and the version in package.json to use the current timestamp (MMDDHHmm format)'", + "release:version": "codex -a full-auto 'update the CLI_VERSION in codex-cli/src/utils/session.ts and the version in package.json to use the current timestamp (YYMMDDHHmm format)'", "release": "npm run release:readme && npm run release:version && npm run build && npm publish" }, "files": [ diff --git a/codex-cli/src/utils/session.ts b/codex-cli/src/utils/session.ts index 3c96b9c1..bf25d9ec 100644 --- a/codex-cli/src/utils/session.ts +++ b/codex-cli/src/utils/session.ts @@ -1,4 +1,4 @@ -export const CLI_VERSION = "0.1.04161352"; // Must be in sync with package.json. +export const CLI_VERSION = "0.1.2504161510"; // Must be in sync with package.json. export const ORIGIN = "codex_cli_ts"; export type TerminalChatSession = {