feat: update version

This commit is contained in:
ToruNiina
2024-01-06 02:20:21 +09:00
parent 04209b1540
commit 8ed1a1d7e4
2 changed files with 3 additions and 3 deletions

View File

@@ -26,8 +26,8 @@
#define TOML_FOR_MODERN_CPP
#define TOML11_VERSION_MAJOR 3
#define TOML11_VERSION_MINOR 7
#define TOML11_VERSION_PATCH 1
#define TOML11_VERSION_MINOR 8
#define TOML11_VERSION_PATCH 0
#include "toml/parser.hpp"
#include "toml/literal.hpp"