From 32757b50b03a168b3697a97cd727d0ec33d1285c Mon Sep 17 00:00:00 2001 From: zhangyang2057 Date: Fri, 26 Apr 2024 13:56:04 +0800 Subject: [PATCH] Bump version to v2.8.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b22ce3270..30dd46defa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake/Modules) if(NOT DEFINED NNCASE_VERSION) - set(NNCASE_VERSION "2.8.1") + set(NNCASE_VERSION "2.8.2") endif() if(DEFINED ENV{NNCASE_VERSION_SUFFIX})