Implement Reannounce In column

PR #19571.
This commit is contained in:
Hanabishi 2023-09-09 10:12:43 +05:00 committed by GitHub
parent 2deb7eb3d9
commit c394868f87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 27 additions and 1 deletions

View file

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