diff --git a/include/toml11/version.hpp b/include/toml11/version.hpp index 9f8990b7..f95b3cf5 100644 --- a/include/toml11/version.hpp +++ b/include/toml11/version.hpp @@ -2,7 +2,7 @@ #define TOML11_VERSION_HPP #define TOML11_VERSION_MAJOR 4 -#define TOML11_VERSION_MINOR 1 +#define TOML11_VERSION_MINOR 2 #define TOML11_VERSION_PATCH 0 #ifndef __cplusplus diff --git a/single_include/toml.hpp b/single_include/toml.hpp index d89cb1c4..fe5695c0 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 1 +#define TOML11_VERSION_MINOR 2 #define TOML11_VERSION_PATCH 0 #ifndef __cplusplus