diff --git a/CMakeLists.txt b/CMakeLists.txt index e86a1e3..a60cd51 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.14) +project(autowired VERSION 0.0.15) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON)