Skip to content

Commit f6bd806

Browse files
Update app.py
1 parent e3ca82b commit f6bd806

File tree

1 file changed

+1
-1
lines changed
  • moonshot/integrations/web_api

1 file changed

+1
-1
lines changed

moonshot/integrations/web_api/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def create_app(cfg: providers.Configuration) -> CustomFastAPI:
7171
}
7272

7373
app: CustomFastAPI = CustomFastAPI(
74-
title="Project Moonshot", version="0.6.2", **app_kwargs
74+
title="Project Moonshot", version="0.6.3", **app_kwargs
7575
)
7676

7777
if cfg.cors.enabled():

0 commit comments

Comments
 (0)