From fc493afb4e0fa73a15e07bc621901a39109fda52 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sun, 30 Jun 2024 23:59:23 +0900 Subject: [PATCH] chore: update version 4.0.2 --- include/toml11/version.hpp | 2 +- single_include/toml.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/toml11/version.hpp b/include/toml11/version.hpp index 778fc2b1..d46f14f0 100644 --- a/include/toml11/version.hpp +++ b/include/toml11/version.hpp @@ -3,7 +3,7 @@ #define TOML11_VERSION_MAJOR 4 #define TOML11_VERSION_MINOR 0 -#define TOML11_VERSION_PATCH 1 +#define TOML11_VERSION_PATCH 2 #ifndef __cplusplus # error "__cplusplus is not defined" diff --git a/single_include/toml.hpp b/single_include/toml.hpp index 71176fc0..c7de7d7f 100644 --- a/single_include/toml.hpp +++ b/single_include/toml.hpp @@ -3,7 +3,7 @@ #define TOML11_VERSION_MAJOR 4 #define TOML11_VERSION_MINOR 0 -#define TOML11_VERSION_PATCH 1 +#define TOML11_VERSION_PATCH 2 #ifndef __cplusplus # error "__cplusplus is not defined"