Skip to content

Commit

Permalink
build: bump release version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2023
1 parent d4b7c64 commit 96e76f6
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/0.2.1/llamafile-main-0.2.1
RUN curl -L -o ./llamafile-main https://github.com/Mozilla-Ocho/llamafile/releases/download/0.3/llamafile-main-0.3

# 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/0.2.1/llamafile-server-0.2.1
RUN curl -L -o ./llamafile-server https://github.com/Mozilla-Ocho/llamafile/releases/download/0.3/llamafile-server-0.3

# 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 @@
0.2.1
0.3

0 comments on commit 96e76f6

Please sign in to comment.