From 9fd283dd1873ee087f7fbaa4614efb8940feea83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 28 Jul 2024 04:55:41 +0000 Subject: [PATCH] build: bump release version to 0.8.12 --- Dockerfile | 2 +- llamafile-latest.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7d56436..a319fdc 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.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 diff --git a/llamafile-latest.txt b/llamafile-latest.txt index 83ce05d..7eff8ab 100644 --- a/llamafile-latest.txt +++ b/llamafile-latest.txt @@ -1 +1 @@ -0.8.11 +0.8.12