From 0f8def9a497a9c8d4a6bf60d9f506a121899e76e Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Tue, 1 Oct 2019 17:31:55 +0300 Subject: [PATCH] Bump Web API version Closes #11304 --- src/webui/webapplication.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webui/webapplication.h b/src/webui/webapplication.h index c3e84f1d7..13d650b14 100644 --- a/src/webui/webapplication.h +++ b/src/webui/webapplication.h @@ -43,8 +43,8 @@ #include "base/utils/net.h" #include "base/utils/version.h" -constexpr Utils::Version API_VERSION {2, 2, 0}; -constexpr int COMPAT_API_VERSION = 23; +constexpr Utils::Version API_VERSION {2, 2, 1}; +constexpr int COMPAT_API_VERSION = 24; constexpr int COMPAT_API_VERSION_MIN = 23; class APIController;