From 71db67b7fae9e3a955af422bd889a5dc4dc8aaff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Alm=C3=A9n?= <78877636+almenscorner@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:56:34 +0100 Subject: [PATCH] add beta tag to version --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__init__.py b/app/__init__.py index c476367..e69dafe 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -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"