mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Bump WebAPI version
This commit is contained in:
parent
1c3112e402
commit
41462a39c7
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, 1, 0};
|
||||
constexpr int COMPAT_API_VERSION = 21;
|
||||
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 1, 1};
|
||||
constexpr int COMPAT_API_VERSION = 22;
|
||||
constexpr int COMPAT_API_VERSION_MIN = 21;
|
||||
|
||||
class APIController;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue