From 4a8b86d9f3011481baeadf911f949f57ea2d13f3 Mon Sep 17 00:00:00 2001 From: Ruixiang Du Date: Sat, 12 Oct 2024 12:47:37 +0800 Subject: [PATCH] [Release] bump version to 2.0.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)