We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d21fd commit f97233fCopy full SHA for f97233f
1 file changed
llamafile/version.h
@@ -20,7 +20,7 @@
20
21
#define LLAMAFILE_MAJOR 0
22
#define LLAMAFILE_MINOR 10
23
-#define LLAMAFILE_PATCH 1
+#define LLAMAFILE_PATCH 2
24
#define LLAMAFILE_VERSION \
25
(100000000 * LLAMAFILE_MAJOR + 1000000 * LLAMAFILE_MINOR + LLAMAFILE_PATCH)
26
0 commit comments