Skip to content

Commit 659a519

Browse files
authored
patch bump (#2162)
1 parent 6661387 commit 659a519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlx/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#define MLX_VERSION_MAJOR 0
66
#define MLX_VERSION_MINOR 25
7-
#define MLX_VERSION_PATCH 1
7+
#define MLX_VERSION_PATCH 2
88
#define MLX_VERSION_NUMERIC \
99
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)
1010

0 commit comments

Comments
 (0)