Skip to content

Commit

Permalink
feat: bump version to 0.3.24 (langgenius#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
takatost authored Sep 28, 2023
1 parent 1222f09 commit f944cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __init__(self):
self.CONSOLE_URL = get_env('CONSOLE_URL')
self.API_URL = get_env('API_URL')
self.APP_URL = get_env('APP_URL')
self.CURRENT_VERSION = "0.3.23"
self.CURRENT_VERSION = "0.3.24"
self.COMMIT_SHA = get_env('COMMIT_SHA')
self.EDITION = "SELF_HOSTED"
self.DEPLOY_ENV = get_env('DEPLOY_ENV')
Expand Down

0 comments on commit f944cbe

Please sign in to comment.