Skip to content

Commit

Permalink
Update toml.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
marzer committed Jan 29, 2023
1 parent 8f31ec8 commit 1ebdad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toml.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//----------------------------------------------------------------------------------------------------------------------
//
// toml++ v3.2.0
// toml++ v3.3.0
// https://github.com/marzer/tomlplusplus
// SPDX-License-Identifier: MIT
//
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1ebdad3

Please sign in to comment.