From 120719e239e9166d2b1778b766509d13a0861c7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 18 Aug 2024 17:55:30 +0000 Subject: [PATCH] build: bump release version to 0.8.13 --- Dockerfile | 2 +- llamafile-latest.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a319fdc..9268cdf 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.12/llamafile-0.8.12 +RUN curl -L -o ./llamafile https://github.com/Mozilla-Ocho/llamafile/releases/download/0.8.13/llamafile-0.8.13 # Make llamafile executable. RUN chmod +x ./llamafile diff --git a/llamafile-latest.txt b/llamafile-latest.txt index 7eff8ab..c2f73c6 100644 --- a/llamafile-latest.txt +++ b/llamafile-latest.txt @@ -1 +1 @@ -0.8.12 +0.8.13