From 8ce9cdb0fc7cac86d57058ea2ef9cd121a0829b0 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Wed, 18 Dec 2024 14:41:38 +0800 Subject: [PATCH] version: bump to `0.4.14` Signed-off-by: Xin Liu --- gaianet | 4 ++-- install.sh | 8 ++++---- uninstall.sh | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gaianet b/gaianet index f254af3..bfb4e75 100755 --- a/gaianet +++ b/gaianet @@ -4,11 +4,11 @@ set -e # version of CLI tool # Note that the version should kept same as the version of installer -version="0.4.13" +version="0.4.14" # version of the GaiaNet node # Note that the version should kept same as the version of installer -installer_version="0.4.13" +installer_version="0.4.14" # path to the default gaianet base directory. It could be changed by the --base option gaianet_base_dir="$HOME/gaianet" diff --git a/install.sh b/install.sh index b1700fd..837540e 100644 --- a/install.sh +++ b/install.sh @@ -9,14 +9,14 @@ target=$(uname -m) cwd=$(pwd) repo_branch="main" -version="0.4.13" -rag_api_server_version="0.9.17" -llama_api_server_version="0.14.17" +version="0.4.14" +rag_api_server_version="0.11.1" +llama_api_server_version="0.15.1" wasmedge_version="0.14.1" ggml_bn="b4273" vector_version="0.38.0" dashboard_version="v3.1" -assistant_version="0.3.2" +assistant_version="0.3.3" qdrant_version="v1.11.4" # 0: do not reinstall, 1: reinstall diff --git a/uninstall.sh b/uninstall.sh index d6b80f4..c572786 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -5,7 +5,7 @@ set -e # path to the default gaianet base directory. It could be changed by the --base option gaianet_base_dir="$HOME/gaianet" -version="v0.4.13" +version="v0.4.14" # print in red color RED=$'\e[0;31m'