From 41462a39c7cb1c4fa46ab57273b333422a37fb4e Mon Sep 17 00:00:00 2001 From: Tom Piccirello Date: Wed, 17 Oct 2018 10:54:40 -0400 Subject: [PATCH] Bump WebAPI 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 ebcf21db1..c99db6238 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, 1, 0}; -constexpr int COMPAT_API_VERSION = 21; +constexpr Utils::Version API_VERSION {2, 1, 1}; +constexpr int COMPAT_API_VERSION = 22; constexpr int COMPAT_API_VERSION_MIN = 21; class APIController;