Skip to content

Commit 56be773

Browse files
authored
version (#2470)
1 parent a9bdd67 commit 56be773

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 27
7-
#define MLX_VERSION_PATCH 1
6+
#define MLX_VERSION_MINOR 28
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)