From 739a73349b149df193d6d7565f8cdbd78127bd40 Mon Sep 17 00:00:00 2001 From: Dup4 Date: Tue, 13 Sep 2022 15:30:59 +0800 Subject: [PATCH] chore: release v0.0.16 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a60cd51..61821ff 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.15) +project(autowired VERSION 0.0.16) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON)