From cda05cd84b2f4d75dc869ea1e87c76cd87b46138 Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Sat, 13 Jun 2026 23:18:00 +0200 Subject: [PATCH] bump version --- minimal_heap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal_heap.h b/minimal_heap.h index fc7e8df..0309dfc 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 10 +#define MIHP_VERSION_MINOR 11 #include #include