Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
imda-jacksonboey authored Sep 23, 2024
1 parent b941596 commit 4dd2292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moonshot/integrations/web_api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def create_app(cfg: providers.Configuration) -> CustomFastAPI:
}

app: CustomFastAPI = CustomFastAPI(
title="Project Moonshot", version="0.4.7", **app_kwargs
title="Project Moonshot", version="0.4.8", **app_kwargs
)

if cfg.cors.enabled():
Expand Down

0 comments on commit 4dd2292

Please sign in to comment.