From 6ad8d730cc64054220cac0ae2a5a269e7959d99d Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 27 May 2018 18:21:04 +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 509927993..d43de0f71 100644 --- a/src/webui/webapplication.h +++ b/src/webui/webapplication.h @@ -41,8 +41,8 @@ #include "base/http/types.h" #include "base/utils/version.h" -constexpr Utils::Version API_VERSION {2, 0, 0}; -constexpr int COMPAT_API_VERSION = 18; +constexpr Utils::Version API_VERSION {2, 0, 1}; +constexpr int COMPAT_API_VERSION = 19; constexpr int COMPAT_API_VERSION_MIN = 18; class APIController;