chore: bump version to 0.1.3

This commit is contained in:
2026-02-25 22:45:58 +01:00
parent 983f9b7393
commit aefd962baf
3 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#define STK_VERSION_MAJOR 0
#define STK_VERSION_MINOR 1
#define STK_VERSION_PATCH 2
#define STK_VERSION_PATCH 3
#define STK_STRINGIFY_HELPER(x) #x
#define STK_STRINGIFY(x) STK_STRINGIFY_HELPER(x)