From 5ac47b8983ddc4845cb5c1bdb451f2d17600ccf0 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sat, 6 Jul 2024 18:59:03 +0900 Subject: [PATCH] chore: bump version to 4.0.3 --- 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 6ea41b46..b470a41b 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 2 +#define TOML11_VERSION_PATCH 3 #ifndef __cplusplus # error "__cplusplus is not defined" diff --git a/single_include/toml.hpp b/single_include/toml.hpp index 958b1056..1205b702 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 2 +#define TOML11_VERSION_PATCH 3 #ifndef __cplusplus # error "__cplusplus is not defined"