diff --git a/gaianet b/gaianet index b958640..fd75e88 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.8" +version="0.4.9" # version of the GaiaNet node # Note that the version should kept same as the version of installer -installer_version="0.4.8" +installer_version="0.4.9" # 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 2732646..7081beb 100644 --- a/install.sh +++ b/install.sh @@ -9,9 +9,9 @@ target=$(uname -m) cwd=$(pwd) repo_branch="main" -version="0.4.8" -rag_api_server_version="0.9.12" -llama_api_server_version="0.14.12" +version="0.4.9" +rag_api_server_version="0.9.13" +llama_api_server_version="0.14.13" wasmedge_version="0.14.1" ggml_bn="b3613" vector_version="0.38.0" diff --git a/uninstall.sh b/uninstall.sh index ca95554..d32b8da 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.8" +version="v0.4.9" # print in red color RED=$'\e[0;31m'