Skip to content

Commit

Permalink
chore: bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihaoy committed Jan 17, 2025
1 parent 8b6c47e commit bdb0987
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 @@ -9,7 +9,7 @@ elseif(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CXX_FLAGS)
message(WARNING "No CMAKE_BUILD_TYPE is selected")
endif()

project(nontype_functional VERSION 1.0.1 LANGUAGES CXX)
project(nontype_functional VERSION 1.0.2 LANGUAGES CXX)

if(NOT DEFINED PROJECT_IS_TOP_LEVEL)
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
Expand Down

0 comments on commit bdb0987

Please sign in to comment.