Skip to content

Commit

Permalink
build: bump release version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2023
1 parent f1d2a1b commit b86ef5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.main
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-main from github.
RUN curl -L -o ./llamafile-main https://github.com/Mozilla-Ocho/llamafile/releases/download/null/llamafile-main-null
RUN curl -L -o ./llamafile-main https://github.com/Mozilla-Ocho/llamafile/releases/download/0.2.1/llamafile-main-0.2.1

# Make llamafile-main executable.
RUN chmod +x ./llamafile-main
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.server
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-server from github.
RUN curl -L -o ./llamafile-server https://github.com/Mozilla-Ocho/llamafile/releases/download/null/llamafile-server-null
RUN curl -L -o ./llamafile-server https://github.com/Mozilla-Ocho/llamafile/releases/download/0.2.1/llamafile-server-0.2.1

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

0 comments on commit b86ef5f

Please sign in to comment.