mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 13:28:50 +03:00
Bump WebAPI version
This commit is contained in:
parent
42637a642b
commit
5b495e2f51
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
#include "base/utils/net.h"
|
||||
#include "base/utils/version.h"
|
||||
|
||||
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 7, 0};
|
||||
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 8, 0};
|
||||
|
||||
class APIController;
|
||||
class WebApplication;
|
||||
|
|
Loading…
Reference in a new issue