From f33ca743fb105bf54293cc822f56cf2794d15bf2 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sun, 21 Jul 2024 14:48:33 +0900 Subject: [PATCH] chore: bump version 4.1.0 --- include/toml11/version.hpp | 4 ++-- single_include/toml.hpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/toml11/version.hpp b/include/toml11/version.hpp index b470a41b..98dc44d7 100644 --- a/include/toml11/version.hpp +++ b/include/toml11/version.hpp @@ -2,8 +2,8 @@ #define TOML11_VERSION_HPP #define TOML11_VERSION_MAJOR 4 -#define TOML11_VERSION_MINOR 0 -#define TOML11_VERSION_PATCH 3 +#define TOML11_VERSION_MINOR 1 +#define TOML11_VERSION_PATCH 0 #ifndef __cplusplus # error "__cplusplus is not defined" diff --git a/single_include/toml.hpp b/single_include/toml.hpp index b8bed955..ab06eb8c 100644 --- a/single_include/toml.hpp +++ b/single_include/toml.hpp @@ -2,8 +2,8 @@ #define TOML11_VERSION_HPP #define TOML11_VERSION_MAJOR 4 -#define TOML11_VERSION_MINOR 0 -#define TOML11_VERSION_PATCH 3 +#define TOML11_VERSION_MINOR 1 +#define TOML11_VERSION_PATCH 0 #ifndef __cplusplus # error "__cplusplus is not defined"