1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 15:27:54 +00:00

Merge pull request #11474 from sledgehammer999/webui_bump

Bump Web API version
This commit is contained in:
sledgehammer999 2019-11-27 22:37:40 +02:00 committed by GitHub
commit bd3f723ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@
#include "base/utils/net.h" #include "base/utils/net.h"
#include "base/utils/version.h" #include "base/utils/version.h"
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 2, 1}; constexpr Utils::Version<int, 3, 2> API_VERSION {2, 3, 0};
class APIController; class APIController;
class WebApplication; class WebApplication;