From cd84736433182552901f375edb57c436003c7208 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Mon, 1 Jul 2024 11:40:52 -0700 Subject: [PATCH] Release llamafile v0.8.9 --- llamafile/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llamafile/version.h b/llamafile/version.h index 3ce678862..07706b67a 100644 --- a/llamafile/version.h +++ b/llamafile/version.h @@ -2,7 +2,7 @@ #define LLAMAFILE_MAJOR 0 #define LLAMAFILE_MINOR 8 -#define LLAMAFILE_PATCH 8 +#define LLAMAFILE_PATCH 9 #define LLAMAFILE_VERSION \ (100000000 * LLAMAFILE_MAJOR + 1000000 * LLAMAFILE_MINOR + LLAMAFILE_PATCH)