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;