Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.20.0" # x-release-please-version
__version__ = "1.20.1-beta.1" # x-release-please-version
__all__ = ["app", "__version__"]


Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/codex-lb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.0
appVersion: 1.20.0
version: 1.20.1-beta.1
appVersion: 1.20.1-beta.1
kubeVersion: '>=1.32.0-0'
home: https://github.com/soju06/codex-lb
sources:
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "1.20.0",
"version": "1.20.1-beta.1",
"type": "module",
"packageManager": "bun@1.3.14",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "codex-lb"
version = "1.20.0"
version = "1.20.1-beta.1"
description = "Codex load balancer and proxy for ChatGPT accounts with usage dashboard"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading