We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4f53d commit 58f3860Copy full SHA for 58f3860
mlx/version.h
@@ -4,7 +4,7 @@
4
5
#define MLX_VERSION_MAJOR 0
6
#define MLX_VERSION_MINOR 26
7
-#define MLX_VERSION_PATCH 1
+#define MLX_VERSION_PATCH 2
8
#define MLX_VERSION_NUMERIC \
9
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)
10
0 commit comments