Skip to content

Commit

Permalink
Remove beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
almenscorner committed Mar 26, 2024
1 parent 880cf06 commit 7c4ee38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
task_track_started=True,
),
)
app.config["APP_VERSION"] = "2.1.0-beta"
app.config["APP_VERSION"] = "2.1.0"
app.config["APISPEC_SWAGGER_UI_URL"] = "/apidocs"
app.config["APISPEC_TITLE"] = "IntuneCD Monitor API Docs"

Expand Down

0 comments on commit 7c4ee38

Please sign in to comment.