From aa8d574dfe8f798a814f22c459b1549d86576e1f Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Fri, 24 Jan 2020 22:08:12 +0900 Subject: [PATCH] chore: update minor version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89f7cf6..83cf6f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,8 +4,8 @@ enable_testing() project(toml11) set(toml11_VERSION_MAYOR 3) -set(toml11_VERSION_MINOR 2) -set(toml11_VERSION_PATCH 1) +set(toml11_VERSION_MINOR 3) +set(toml11_VERSION_PATCH 0) set(toml11_VERSION "${toml11_VERSION_MAYOR}.${toml11_VERSION_MINOR}.${toml11_VERSION_PATCH}" )