diff --git a/CMakeLists.txt b/CMakeLists.txt index b8ecfd8..3bf66b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ project(TrippyCube C CXX) # Binary filename set(TARGET_NAME "trippy-cube") -set(TARGET_VERSION "v2.0.1") +set(TARGET_VERSION "v2.1") # Use DEBUG by default if(NOT CMAKE_BUILD_TYPE)