mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 09:16:05 +03:00
Bump Web API version
This commit is contained in:
parent
13a96407b3
commit
480e732694
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, 5, 0};
|
||||
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 5, 1};
|
||||
|
||||
class APIController;
|
||||
class WebApplication;
|
||||
|
|
Loading…
Reference in a new issue