Skip to content

Commit b9b6722

Browse files
author
Awni Hannun
authored
1 parent adcbb91 commit b9b6722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mlx/version.h

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

77
#define MLX_VERSION_MAJOR 0
88
#define MLX_VERSION_MINOR 30
9-
#define MLX_VERSION_PATCH 5
9+
#define MLX_VERSION_PATCH 6
1010
#define MLX_VERSION_NUMERIC \
1111
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)
1212

0 commit comments

Comments
 (0)