From 58b7f2bf5ae9611af76679100c31ee5c60aedaba Mon Sep 17 00:00:00 2001 From: ze0s <43699394+zze0s@users.noreply.github.com> Date: Sun, 19 Jan 2025 13:22:55 +0000 Subject: [PATCH] chore: bump WebAPI version to 2.12.0 --- 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 f60add26d..af49c192c 100644 --- a/src/webui/webapplication.h +++ b/src/webui/webapplication.h @@ -54,7 +54,7 @@ #include "base/utils/version.h" #include "api/isessionmanager.h" -inline const Utils::Version<3, 2> API_VERSION {2, 11, 3}; +inline const Utils::Version<3, 2> API_VERSION {2, 12, 0}; class QTimer;