From 9edf6cedf61a7e131cfa3c243f24f81e61abebcd Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 27 Mar 2025 18:37:12 +0800 Subject: [PATCH] WebAPI: bump version Related: https://github.com/qbittorrent/qBittorrent/pull/22460#issuecomment-2748821812 --- src/webui/webapplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/webapplication.h b/src/webui/webapplication.h index 026394ee2..b5f015449 100644 --- a/src/webui/webapplication.h +++ b/src/webui/webapplication.h @@ -53,7 +53,7 @@ #include "base/utils/version.h" #include "api/isessionmanager.h" -inline const Utils::Version<3, 2> API_VERSION {2, 11, 5}; +inline const Utils::Version<3, 2> API_VERSION {2, 11, 6}; class APIController; class AuthController;