From 8200ecdab2f575b76ee0c9ab57ec5aa4413e5217 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Mon, 30 Dec 2024 11:53:46 +0800 Subject: [PATCH] version: bump to `0.4.15` Signed-off-by: Xin Liu --- gaianet | 4 ++-- install.sh | 2 +- uninstall.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gaianet b/gaianet index 0de4400..8252769 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.14" +version="0.4.15" # version of the GaiaNet node # Note that the version should kept same as the version of installer -installer_version="0.4.14" +installer_version="0.4.15" # 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 d294e95..7040190 100644 --- a/install.sh +++ b/install.sh @@ -9,7 +9,7 @@ target=$(uname -m) cwd=$(pwd) repo_branch="main" -version="0.4.14" +version="0.4.15" rag_api_server_version="0.11.1" llama_api_server_version="0.15.1" wasmedge_version="0.14.1" diff --git a/uninstall.sh b/uninstall.sh index c572786..d49c922 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.14" +version="v0.4.15" # print in red color RED=$'\e[0;31m'