From 1ebdad3e71ceb2b4aa7fb22a13eef7e58c19c6b6 Mon Sep 17 00:00:00 2001 From: Mark Gillard Date: Sun, 29 Jan 2023 17:53:36 +0200 Subject: [PATCH] Update toml.hpp --- toml.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toml.hpp b/toml.hpp index dd127341..5d04095a 100644 --- a/toml.hpp +++ b/toml.hpp @@ -1,6 +1,6 @@ //---------------------------------------------------------------------------------------------------------------------- // -// toml++ v3.2.0 +// toml++ v3.3.0 // https://github.com/marzer/tomlplusplus // SPDX-License-Identifier: MIT // @@ -980,7 +980,7 @@ TOML_ENABLE_WARNINGS; //******** impl/version.h ******************************************************************************************** #define TOML_LIB_MAJOR 3 -#define TOML_LIB_MINOR 2 +#define TOML_LIB_MINOR 3 #define TOML_LIB_PATCH 0 #define TOML_LANG_MAJOR 1