Skip to content

Commit 9c68b50

Browse files
authored
version bump (#2554)
1 parent 111f1e7 commit 9c68b50

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
@@ -3,7 +3,7 @@
33
#pragma once
44

55
#define MLX_VERSION_MAJOR 0
6-
#define MLX_VERSION_MINOR 28
6+
#define MLX_VERSION_MINOR 29
77
#define MLX_VERSION_PATCH 0
88
#define MLX_VERSION_NUMERIC \
99
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)

0 commit comments

Comments
 (0)