From 08d012321df56c81e11268786f39f844e3f6c7ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Jul 2024 17:55:34 +0000 Subject: [PATCH] build: bump release version to 0.8.10 --- Dockerfile | 2 +- llamafile-latest.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 51bc1f6..521940c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.9/llamafile-0.8.9 +RUN curl -L -o ./llamafile https://github.com/Mozilla-Ocho/llamafile/releases/download/0.8.10/llamafile-0.8.10 # Make llamafile executable. RUN chmod +x ./llamafile diff --git a/llamafile-latest.txt b/llamafile-latest.txt index 55485e1..ef50561 100644 --- a/llamafile-latest.txt +++ b/llamafile-latest.txt @@ -1 +1 @@ -0.8.9 +0.8.10