Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Feb 12, 2024
1 parent c399e8e commit 5ea3d83
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 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment ta
if(WIN32)
set(CMAKE_SYSTEM_VERSION 7.1 CACHE STRING INTERNAL FORCE) # Windows SDK for Windows 7 and up
endif()
project(ChowMultiTool VERSION 1.0.9)
project(ChowMultiTool VERSION 1.1.0)

set(CMAKE_CXX_STANDARD 20)
set(COMPANY_NAME "chowdsp")
Expand Down

0 comments on commit 5ea3d83

Please sign in to comment.