1
mirror of https://github.com/qbittorrent/qBittorrent synced 2024-10-19 21:36:47 +02:00

Merge pull request #14275 from glassez/webapi-version

Bump WebAPI version
This commit is contained in:
Vladimir Golovnev 2021-01-24 12:23:05 +03:00 committed by GitHub
commit 50c009265e
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/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;