From dbbfbaff9ffe08f35816a586c1638b4c35cff3d5 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 12 Aug 2018 21:08:42 +0300 Subject: [PATCH] Bump Web API version --- 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 f961ea2b1..0cdcf4219 100644 --- a/src/webui/webapplication.h +++ b/src/webui/webapplication.h @@ -42,8 +42,8 @@ #include "base/utils/net.h" #include "base/utils/version.h" -constexpr Utils::Version API_VERSION {2, 0, 1}; -constexpr int COMPAT_API_VERSION = 19; +constexpr Utils::Version API_VERSION {2, 0, 2}; +constexpr int COMPAT_API_VERSION = 20; constexpr int COMPAT_API_VERSION_MIN = 18; class APIController;