diff --git a/src/webui/webapplication.h b/src/webui/webapplication.h index c3e84f1d7..13d650b14 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, 2, 0}; -constexpr int COMPAT_API_VERSION = 23; +constexpr Utils::Version API_VERSION {2, 2, 1}; +constexpr int COMPAT_API_VERSION = 24; constexpr int COMPAT_API_VERSION_MIN = 23; class APIController;