From c56962aa5c98f090eddf4b8ff0ba178a11b5a3f1 Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Sat, 13 Jun 2026 20:24:14 +0200 Subject: [PATCH] version bump --- minimal_heap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal_heap.h b/minimal_heap.h index 4715e91..b848c82 100644 --- a/minimal_heap.h +++ b/minimal_heap.h @@ -2,7 +2,7 @@ #define __MINIMAL_HEAP_H__ #define MIHP_VERSION_MAJOR 1 -#define MIHP_VERSION_MINOR 9 +#define MIHP_VERSION_MINOR 10 #include #include