Skip to content

Commit

Permalink
Merge pull request qbittorrent#11474 from sledgehammer999/webui_bump
Browse files Browse the repository at this point in the history
Bump Web API version
  • Loading branch information
sledgehammer999 committed Nov 27, 2019
2 parents 7ff8545 + eff0208 commit bd3f723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/webapplication.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#include "base/utils/net.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 WebApplication;
Expand Down

0 comments on commit bd3f723

Please sign in to comment.