From e0ee9226e7bd8227731b9537422e88a0cc2b158a Mon Sep 17 00:00:00 2001 From: anth64 Date: Sun, 1 Feb 2026 11:42:39 +0100 Subject: [PATCH] chore: bump version to 0.0.1 --- include/stk_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/stk_version.h b/include/stk_version.h index 4b60445..d1ad4ba 100644 --- a/include/stk_version.h +++ b/include/stk_version.h @@ -3,7 +3,7 @@ #define STK_VERSION_MAJOR 0 #define STK_VERSION_MINOR 0 -#define STK_VERSION_PATCH 0 +#define STK_VERSION_PATCH 1 #define STK_STRINGIFY_HELPER(x) #x #define STK_STRINGIFY(x) STK_STRINGIFY_HELPER(x)