Skip to content

Commit

Permalink
chore: bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihaoy committed May 30, 2022
1 parent 307d1ad commit 9f0a609
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 0.8 LANGUAGES CXX)
project(nontype_functional VERSION 0.8.1 LANGUAGES CXX)

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

0 comments on commit 9f0a609

Please sign in to comment.