From df089a82e50254d75807d784055c23c2ca653664 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Mon, 13 Jan 2025 10:46:54 +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 c177b49e..4bdda545 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 2 +#define TOML11_VERSION_MINOR 3 #define TOML11_VERSION_PATCH 0 #ifndef __cplusplus