Skip to content

Commit

Permalink
add beta tag to version
Browse files Browse the repository at this point in the history
  • Loading branch information
almenscorner committed Mar 21, 2024
1 parent 6a6be14 commit 71db67b
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"
app.config["APP_VERSION"] = "2.1.0-beta"
app.config["APISPEC_SWAGGER_UI_URL"] = "/apidocs"
app.config["APISPEC_TITLE"] = "IntuneCD Monitor API Docs"

Expand Down

0 comments on commit 71db67b

Please sign in to comment.