From 009ccbef7f91a7582e178dde01929e4126091ead Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 27 Oct 2019 17:19:13 +0200 Subject: [PATCH] Bump Web API version Closes #11304 --- 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 43b74d80c..4ae8e6f98 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, 2, 0}; +constexpr Utils::Version API_VERSION {2, 2, 1}; class APIController; class WebApplication;