diff --git a/gaianet b/gaianet index 62f58f7..b5650ac 100755 --- a/gaianet +++ b/gaianet @@ -4,7 +4,7 @@ set -e # version of CLI tool # Note that the version should kept same as the version of installer -version="0.3.2" +version="0.4.0" # version of the GaiaNet node # Note that the version should kept same as the version of installer diff --git a/install.sh b/install.sh index 6f05ac7..a044a97 100644 --- a/install.sh +++ b/install.sh @@ -9,7 +9,7 @@ target=$(uname -m) cwd=$(pwd) repo_branch="main" -version="0.3.2" +version="0.4.0" rag_api_server_version="0.9.2" llama_api_server_version="0.14.2" wasmedge_version="0.14.0" diff --git a/uninstall.sh b/uninstall.sh index d999493..faf6076 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.3.2" +version="v0.4.0" # print in red color RED=$'\e[0;31m'