diff --git a/CMakeLists.txt b/CMakeLists.txt index f21e131..968fbd2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.6) -project(nameof VERSION "0.6.0" LANGUAGES CXX) +project(nameof VERSION "0.6.1" LANGUAGES CXX) option(NAMEOF_OPT_BUILD_EXAMPLES "Build nameof examples" ON) option(NAMEOF_OPT_BUILD_TESTS "Build and perform nameof tests" ON) diff --git a/include/nameof.hpp b/include/nameof.hpp index e1431aa..b435676 100644 --- a/include/nameof.hpp +++ b/include/nameof.hpp @@ -5,7 +5,7 @@ // | |\ | (_| | | | | | | __/ (_) | | | |____|_| |_| // |_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____| // https://github.com/Neargye/nameof -// vesion 0.6.0 +// vesion 0.6.1 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT