Skip to content

Commit

Permalink
Bump version to v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyang2057 committed Feb 27, 2024
1 parent 3ba2d30 commit 9a3a0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0")
set(NNCASE_VERSION "2.8.1")
endif()

if(DEFINED ENV{NNCASE_VERSION_SUFFIX})
Expand Down

0 comments on commit 9a3a0fb

Please sign in to comment.