From ffa6f7ea3406a594aa7cd2e8adf06b06ed44af41 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Fri, 3 Nov 2017 01:57:32 +0200 Subject: [PATCH] Bump API_VERSION to 16. --- src/webui/webapplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/webapplication.cpp b/src/webui/webapplication.cpp index 71b3c21d0..0e0464af2 100644 --- a/src/webui/webapplication.cpp +++ b/src/webui/webapplication.cpp @@ -54,7 +54,7 @@ #include "prefjson.h" #include "websessiondata.h" -static const int API_VERSION = 15; +static const int API_VERSION = 16; static const int API_VERSION_MIN = 15; const QString WWW_FOLDER = ":/www/public/";