diff --git a/CMakeLists.txt b/CMakeLists.txt index 542d9e4..2d1d435 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10.2) -project(graph VERSION 2.0.2) +project(graph VERSION 2.0.3) ## Project Options option(BUILD_TESTING "Build tests" OFF)