Skip to content

Commit

Permalink
Release llamafile v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jan 5, 2025
1 parent e64c7e2 commit ef7321e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llamafile/version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#pragma once

#define LLAMAFILE_MAJOR 0
#define LLAMAFILE_MINOR 8
#define LLAMAFILE_PATCH 17
#define LLAMAFILE_MINOR 9
#define LLAMAFILE_PATCH 0
#define LLAMAFILE_VERSION \
(100000000 * LLAMAFILE_MAJOR + 1000000 * LLAMAFILE_MINOR + LLAMAFILE_PATCH)

Expand Down

0 comments on commit ef7321e

Please sign in to comment.