From 5396847979c3ee432f21c9deac3d86dd369701ed Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Mon, 13 Jan 2025 19:46:24 +0900 Subject: [PATCH] chore: bump version --- include/toml11/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/toml11/version.hpp b/include/toml11/version.hpp index f95b3cf5..24fcd7d1 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 2 +#define TOML11_VERSION_MINOR 3 #define TOML11_VERSION_PATCH 0 #ifndef __cplusplus