Patch bump (#3102)

This commit is contained in:
Angelos Katharopoulos
2026-02-06 09:15:22 -08:00
committed by GitHub
parent 185b06d9ef
commit 69fd3fa9b1
+1 -1
View File
@@ -6,7 +6,7 @@
#define MLX_VERSION_MAJOR 0
#define MLX_VERSION_MINOR 30
#define MLX_VERSION_PATCH 6
#define MLX_VERSION_PATCH 7
#define MLX_VERSION_NUMERIC \
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)