fix: change api version to patch instead of minor

This commit is contained in:
ze0s 2025-01-21 16:23:10 +00:00
commit d72507d326

View file

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