Skip to content

Commit 1ebdad3

Browse files
committed
Update toml.hpp
1 parent 8f31ec8 commit 1ebdad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toml.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//----------------------------------------------------------------------------------------------------------------------
22
//
3-
// toml++ v3.2.0
3+
// toml++ v3.3.0
44
// https://github.com/marzer/tomlplusplus
55
// SPDX-License-Identifier: MIT
66
//
@@ -980,7 +980,7 @@ TOML_ENABLE_WARNINGS;
980980
//******** impl/version.h ********************************************************************************************
981981

982982
#define TOML_LIB_MAJOR 3
983-
#define TOML_LIB_MINOR 2
983+
#define TOML_LIB_MINOR 3
984984
#define TOML_LIB_PATCH 0
985985

986986
#define TOML_LANG_MAJOR 1

0 commit comments

Comments
 (0)