Bump to 2.2.4 (#1816)

This commit is contained in:
Xiaoxia
2026-03-07 18:52:47 +08:00
committed by GitHub
parent 322466d6c1
commit 1f37f7806e

View File

@@ -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)