diff --git a/CMakeLists.txt b/CMakeLists.txt index 61821ff..4c751f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ option(autowired_build_tests "Build all of autowired's own tests." OFF) cmake_minimum_required(VERSION 3.14) -project(autowired VERSION 0.0.16) +project(autowired VERSION 0.0.17) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON)