Bump WebAPI version

Accounts for the addition of webseed modification endpoints.

PR #21205.
This commit is contained in:
Russell Martin 2024-08-16 00:19:53 -04:00 committed by GitHub
commit 0535993e41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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