From 8596419e24ff4ad386ecbf44d2c7ec7db5aedd05 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Wed, 26 Jun 2024 15:31:25 +0000 Subject: [PATCH] feat [skip ci]: update single_include --- single_include/toml.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single_include/toml.hpp b/single_include/toml.hpp index ac4455d..51038e0 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 0 +#define TOML11_VERSION_PATCH 1 #ifndef __cplusplus # error "__cplusplus is not defined"