Skip to content

Commit b529515

Browse files
authored
minor bump (#2081)
1 parent 3cde719 commit b529515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlx/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#pragma once
44

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

0 commit comments

Comments
 (0)