diff --git a/CMakeLists.txt b/CMakeLists.txt index 9379b1b..afe6627 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ endif() project(nlohmann_json_schema_validator LANGUAGES CXX) -set(PROJECT_VERSION 2.1.1) +set(PROJECT_VERSION 2.2.0) if(JSON_VALIDATOR_HUNTER) hunter_add_package(nlohmann_json)