From 1f37f7806e5cff1028c67443d24a47ed57d90d59 Mon Sep 17 00:00:00 2001 From: Xiaoxia Date: Sat, 7 Mar 2026 18:52:47 +0800 Subject: [PATCH] Bump to 2.2.4 (#1816) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 871bd88..652c682 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,5 +9,5 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake) # "Trim" the build. Include the minimal set of components, main, and anything it depends on. idf_build_set_property(MINIMAL_BUILD ON) -set(PROJECT_VER "2.2.3") +set(PROJECT_VER "2.2.4") project(xiaozhi)