From d4eb5f3c9d8557b3820c80d55c41068839341b27 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sun, 7 Jan 2024 18:06:50 +0900 Subject: [PATCH] chore: update patch version --- CMakeLists.txt | 2 +- toml.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc183f6..ddaa812 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) enable_testing() -project(toml11 VERSION 3.8.0) +project(toml11 VERSION 3.8.1) option(toml11_BUILD_TEST "Build toml tests" OFF) option(toml11_INSTALL "Install CMake targets during install step." ON) diff --git a/toml.hpp b/toml.hpp index 593d122..e975f4e 100644 --- a/toml.hpp +++ b/toml.hpp @@ -27,7 +27,7 @@ #define TOML11_VERSION_MAJOR 3 #define TOML11_VERSION_MINOR 8 -#define TOML11_VERSION_PATCH 0 +#define TOML11_VERSION_PATCH 1 #include "toml/parser.hpp" #include "toml/literal.hpp"