We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754c1ef commit f33ca74Copy full SHA for f33ca74
include/toml11/version.hpp
@@ -2,8 +2,8 @@
2
#define TOML11_VERSION_HPP
3
4
#define TOML11_VERSION_MAJOR 4
5
-#define TOML11_VERSION_MINOR 0
6
-#define TOML11_VERSION_PATCH 3
+#define TOML11_VERSION_MINOR 1
+#define TOML11_VERSION_PATCH 0
7
8
#ifndef __cplusplus
9
# error "__cplusplus is not defined"
single_include/toml.hpp
0 commit comments