We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ca82b commit f6bd806Copy full SHA for f6bd806
moonshot/integrations/web_api/app.py
@@ -71,7 +71,7 @@ def create_app(cfg: providers.Configuration) -> CustomFastAPI:
71
}
72
73
app: CustomFastAPI = CustomFastAPI(
74
- title="Project Moonshot", version="0.6.2", **app_kwargs
+ title="Project Moonshot", version="0.6.3", **app_kwargs
75
)
76
77
if cfg.cors.enabled():
0 commit comments