Skip to content

Commit

Permalink
Release llamafile v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Apr 24, 2024
1 parent 0e2c87c commit 82f87bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llamafile/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define LLAMAFILE_MAJOR 0
#define LLAMAFILE_MINOR 7
#define LLAMAFILE_MINOR 8
#define LLAMAFILE_PATCH 0
#define LLAMAFILE_VERSION \
(100000000 * LLAMAFILE_MAJOR + 1000000 * LLAMAFILE_MINOR + LLAMAFILE_PATCH)
Expand Down

0 comments on commit 82f87bd

Please sign in to comment.