From ec681d3c37138d26149a9ebaaff202663578b9d3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DETROYES Date: Mon, 25 Nov 2024 12:53:53 +0800 Subject: [PATCH] feat: upgrade app version to 0.4.4 Signed-off-by: Jean-Baptiste DETROYES --- Chart.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 6d12de3..1ea8fc2 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -4,13 +4,15 @@ description: Get up and running with large language models locally. type: application -version: 0.67.0 +version: 0.68.0 -appVersion: "0.4.3" +appVersion: "0.4.4" annotations: artifacthub.io/category: ai-machine-learning artifacthub.io/changes: | + - kind: changed + description: upgrade app version to 0.4.4 - kind: added description: add load model in memory at startup - kind: changed