Skip to content

Commit 211e57b

Browse files
authored
Bump minor (#3438)
1 parent c284e0a commit 211e57b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mlx/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#include "mlx/api.h"
66

77
#define MLX_VERSION_MAJOR 0
8-
#define MLX_VERSION_MINOR 31
9-
#define MLX_VERSION_PATCH 2
8+
#define MLX_VERSION_MINOR 32
9+
#define MLX_VERSION_PATCH 0
1010
#define MLX_VERSION_NUMERIC \
1111
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)
1212

0 commit comments

Comments
 (0)