mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Bump Web API version
This commit is contained in:
parent
8e8cd59d90
commit
92ed5c76f3
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, 1};
|
||||
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 6, 0};
|
||||
|
||||
class APIController;
|
||||
class WebApplication;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue