diff --git a/CMakeLists.txt b/CMakeLists.txt index bf8ce7d..f83e33b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.21) cmake_policy(SET CMP0048 NEW) -project(blobdrop VERSION 2.0 DESCRIPTION "Drag and drop files directly out of the terminal") +project(blobdrop VERSION 2.1 DESCRIPTION "Drag and drop files directly out of the terminal") option(BUILD_TESTING "Build the testing tree.")