From df2fbb1edcbb072e85944cedab3bc15453f308e2 Mon Sep 17 00:00:00 2001 From: FranciscoPombal Date: Mon, 13 Jan 2020 11:41:59 +0000 Subject: [PATCH] Bump Web API version --- src/webui/webapplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/webapplication.h b/src/webui/webapplication.h index cc716cb43..7bdf14f47 100644 --- a/src/webui/webapplication.h +++ b/src/webui/webapplication.h @@ -43,7 +43,7 @@ #include "base/utils/net.h" #include "base/utils/version.h" -constexpr Utils::Version API_VERSION {2, 4, 0}; +constexpr Utils::Version API_VERSION {2, 4, 1}; class APIController; class WebApplication;