Skip to content

Commit f97233f

Browse files
authored
Updated version to 0.10.2 (#984)
1 parent b2d21fd commit f97233f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llamafile/version.h

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

2121
#define LLAMAFILE_MAJOR 0
2222
#define LLAMAFILE_MINOR 10
23-
#define LLAMAFILE_PATCH 1
23+
#define LLAMAFILE_PATCH 2
2424
#define LLAMAFILE_VERSION \
2525
(100000000 * LLAMAFILE_MAJOR + 1000000 * LLAMAFILE_MINOR + LLAMAFILE_PATCH)
2626

0 commit comments

Comments
 (0)