Bump Web API version

Closes #11304
This commit is contained in:
sledgehammer999
2019-10-01 17:31:55 +03:00
parent 359b464958
commit 0f8def9a49

View File

@@ -43,8 +43,8 @@
#include "base/utils/net.h"
#include "base/utils/version.h"
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 2, 0};
constexpr int COMPAT_API_VERSION = 23;
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 2, 1};
constexpr int COMPAT_API_VERSION = 24;
constexpr int COMPAT_API_VERSION_MIN = 23;
class APIController;