From bdc788c8242e0abb4a1c2f140774e9bed7117ac1 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 16 Sep 2018 09:37:32 +0300 Subject: [PATCH] Bump Web API version --- src/webui/webapplication.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/webui/webapplication.h b/src/webui/webapplication.h index 0cdcf4219..0de4ad9f3 100644 --- a/src/webui/webapplication.h +++ b/src/webui/webapplication.h @@ -42,9 +42,9 @@ #include "base/utils/net.h" #include "base/utils/version.h" -constexpr Utils::Version API_VERSION {2, 0, 2}; -constexpr int COMPAT_API_VERSION = 20; -constexpr int COMPAT_API_VERSION_MIN = 18; +constexpr Utils::Version API_VERSION {2, 1, 0}; +constexpr int COMPAT_API_VERSION = 21; +constexpr int COMPAT_API_VERSION_MIN = 21; class APIController; class WebApplication;