mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Merge pull request #11309 from sledgehammer999/webui_version
Bump Web API version
This commit is contained in:
commit
cb31684a66
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue