From ee4247bcb834b6b0f3fefcc2a2777b7c257f312e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 Dec 2023 10:55:33 +0000 Subject: [PATCH] build: bump release version to 0.4.1 --- Dockerfile.main | 2 +- Dockerfile.server | 2 +- llamafile-latest.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.main b/Dockerfile.main index 7ed960f..13c9115 100644 --- a/Dockerfile.main +++ b/Dockerfile.main @@ -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.4/llamafile-main-0.4 +RUN curl -L -o ./llamafile-main https://github.com/Mozilla-Ocho/llamafile/releases/download/0.4.1/llamafile-main-0.4.1 # Make llamafile-main executable. RUN chmod +x ./llamafile-main diff --git a/Dockerfile.server b/Dockerfile.server index cea2109..5767e5a 100644 --- a/Dockerfile.server +++ b/Dockerfile.server @@ -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.4/llamafile-server-0.4 +RUN curl -L -o ./llamafile-server https://github.com/Mozilla-Ocho/llamafile/releases/download/0.4.1/llamafile-server-0.4.1 # Make llamafile-server executable. RUN chmod +x ./llamafile-server diff --git a/llamafile-latest.txt b/llamafile-latest.txt index bd73f47..267577d 100644 --- a/llamafile-latest.txt +++ b/llamafile-latest.txt @@ -1 +1 @@ -0.4 +0.4.1