diff --git a/app/__init__.py b/app/__init__.py index b6ae45e81c..db51e06b8b 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.24.0-beta.1" # x-release-please-version +__version__ = "1.24.0-beta.2" # x-release-please-version __all__ = ["app", "__version__"] diff --git a/deploy/helm/codex-lb/Chart.yaml b/deploy/helm/codex-lb/Chart.yaml index 7a7ccf4169..ab62108e2a 100644 --- a/deploy/helm/codex-lb/Chart.yaml +++ b/deploy/helm/codex-lb/Chart.yaml @@ -4,8 +4,8 @@ description: >- Production-grade Helm chart for codex-lb — OpenAI API load balancer with usage tracking, account pooling, and observability type: application -version: 1.24.0-beta.1 -appVersion: 1.24.0-beta.1 +version: 1.24.0-beta.2 +appVersion: 1.24.0-beta.2 kubeVersion: '>=1.32.0-0' home: https://github.com/soju06/codex-lb sources: diff --git a/frontend/package.json b/frontend/package.json index 26e2cba030..c716ae84ac 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "1.24.0-beta.1", + "version": "1.24.0-beta.2", "type": "module", "packageManager": "bun@1.3.14", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 2ddaa60269..e7f19aab46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "codex-lb" -version = "1.24.0-beta.1" +version = "1.24.0-beta.2" description = "Codex load balancer and proxy for ChatGPT accounts with usage dashboard" readme = "README.md" license = { file = "LICENSE" } diff --git a/uv.lock b/uv.lock index 2f40f62031..dfd12b2280 100644 --- a/uv.lock +++ b/uv.lock @@ -486,7 +486,7 @@ wheels = [ [[package]] name = "codex-lb" -version = "1.24.0b1" +version = "1.24.0-beta.2" source = { editable = "." } dependencies = [ { name = "aiohttp" },