Bump WebAPI version

This commit is contained in:
Thomas Piccirello 2025-06-27 23:10:56 -07:00
commit a31fffac4f
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# WebAPI Changelog
## 2.11.10
* [#22932](https://github.com/qbittorrent/qBittorrent/pull/22932)
* `torrents/categories` and `sync/maindata` now serialize categories' `downloadPath` to `null`, rather than `undefined`
## 2.11.9
* [#21015](https://github.com/qbittorrent/qBittorrent/pull/21015)

View file

@ -53,7 +53,7 @@
#include "base/utils/version.h"
#include "api/isessionmanager.h"
inline const Utils::Version<3, 2> API_VERSION {2, 11, 9};
inline const Utils::Version<3, 2> API_VERSION {2, 11, 10};
class APIController;
class AuthController;