mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 05:48:47 +03:00
Bump WebUI API_VERSION.
This commit is contained in:
parent
18f3517efa
commit
3e6d76245c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
#include "websessiondata.h"
|
||||
#include "webapplication.h"
|
||||
|
||||
static const int API_VERSION = 5;
|
||||
static const int API_VERSION = 6;
|
||||
static const int API_VERSION_MIN = 2;
|
||||
|
||||
const QString WWW_FOLDER = ":/www/public/";
|
||||
|
|
Loading…
Reference in a new issue