From 587f9acb2ad2825ca572ac162ecf51bc0c5dd5c1 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sat, 15 Feb 2025 14:42:45 +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 36c882a..ee7f9cf 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 3 +#define TOML11_VERSION_MINOR 4 #define TOML11_VERSION_PATCH 0 #ifndef __cplusplus