Skip to content

Commit

Permalink
version: bump to 0.4.10
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Nov 6, 2024
1 parent 61177c4 commit f282b1e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gaianet
Original file line number Diff line number Diff line change
Expand Up @@ -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.9"
version="0.4.10"

# version of the GaiaNet node
# Note that the version should kept same as the version of installer
installer_version="0.4.9"
installer_version="0.4.10"

# path to the default gaianet base directory. It could be changed by the --base option
gaianet_base_dir="$HOME/gaianet"
Expand Down
8 changes: 4 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ target=$(uname -m)
cwd=$(pwd)

repo_branch="main"
version="0.4.9"
rag_api_server_version="0.9.13"
llama_api_server_version="0.14.13"
version="0.4.10"
rag_api_server_version="0.9.14"
llama_api_server_version="0.14.14"
wasmedge_version="0.14.1"
ggml_bn="b3613"
vector_version="0.38.0"
dashboard_version="v3.1"
assistant_version="0.3.1"
assistant_version="0.3.2"
qdrant_version="v1.11.4"

# 0: do not reinstall, 1: reinstall
Expand Down
2 changes: 1 addition & 1 deletion uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.9"
version="v0.4.10"

# print in red color
RED=$'\e[0;31m'
Expand Down

0 comments on commit f282b1e

Please sign in to comment.