From 0c7dba2d0a52e28d74fa4a85d8b431e152ea18f5 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sat, 15 Feb 2025 23:41:59 +0900 Subject: [PATCH] feat: bump version.hpp to v4.4.0 --- 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 24fcd7d..f1d7608 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 3 +#define TOML11_VERSION_MINOR 4 #define TOML11_VERSION_PATCH 0 #ifndef __cplusplus