We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57127c0 commit 9836871Copy full SHA for 9836871
app/__init__.py
@@ -20,7 +20,7 @@
20
task_track_started=True,
21
),
22
)
23
-app.config["APP_VERSION"] = "2.1.3"
+app.config["APP_VERSION"] = "2.1.4"
24
app.config["APISPEC_SWAGGER_UI_URL"] = "/apidocs"
25
app.config["APISPEC_TITLE"] = "IntuneCD Monitor API Docs"
26
0 commit comments