diff --git a/CMakeLists.txt b/CMakeLists.txt index 219fefe..dde915a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.24) project( Traits - VERSION 0.0.1 + VERSION 0.0.2 LANGUAGES CXX) add_library(traits INTERFACE)