From 86e75055d6481c40c48374b4e0e3f629a407e527 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Thu, 30 May 2024 16:39:12 +0200 Subject: [PATCH] Release 0.12.0 --- include/xproperty/xproperty_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xproperty/xproperty_config.hpp b/include/xproperty/xproperty_config.hpp index 0e791db..20215c9 100644 --- a/include/xproperty/xproperty_config.hpp +++ b/include/xproperty/xproperty_config.hpp @@ -10,7 +10,7 @@ #define XPROPERTY_CONFIG_HPP #define XPROPERTY_VERSION_MAJOR 0 -#define XPROPERTY_VERSION_MINOR 11 +#define XPROPERTY_VERSION_MINOR 12 #define XPROPERTY_VERSION_PATCH 0 #endif