Skip to content

Commit

Permalink
build: bump release version to 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 28, 2024
1 parent 33b9dc8 commit 9fd283d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /download
RUN apt-get update && apt-get install -y curl

# Download latest llamafile from github.
RUN curl -L -o ./llamafile https://github.com/Mozilla-Ocho/llamafile/releases/download/0.8.11/llamafile-0.8.11
RUN curl -L -o ./llamafile https://github.com/Mozilla-Ocho/llamafile/releases/download/0.8.12/llamafile-0.8.12

# Make llamafile executable.
RUN chmod +x ./llamafile
Expand Down
2 changes: 1 addition & 1 deletion llamafile-latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.11
0.8.12

0 comments on commit 9fd283d

Please sign in to comment.