From cc0bee4fd46ea1f5db147d63ea545208cc9e8405 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Mon, 12 Aug 2024 12:47:30 +0900 Subject: [PATCH] feat: bump version --- 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 9f8990b7..f95b3cf5 100644 --- a/include/toml11/version.hpp +++ b/include/toml11/version.hpp @@ -2,7 +2,7 @@ #define TOML11_VERSION_HPP #define TOML11_VERSION_MAJOR 4 -#define TOML11_VERSION_MINOR 1 +#define TOML11_VERSION_MINOR 2 #define TOML11_VERSION_PATCH 0 #ifndef __cplusplus diff --git a/single_include/toml.hpp b/single_include/toml.hpp index d89cb1c4..fe5695c0 100644 --- a/single_include/toml.hpp +++ b/single_include/toml.hpp @@ -2,7 +2,7 @@ #define TOML11_VERSION_HPP #define TOML11_VERSION_MAJOR 4 -#define TOML11_VERSION_MINOR 1 +#define TOML11_VERSION_MINOR 2 #define TOML11_VERSION_PATCH 0 #ifndef __cplusplus