Skip to content

Commit

Permalink
version: bump to 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Sep 2, 2024
1 parent efec1df commit 14dd537
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gaianet
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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.3.2"
version="v0.4.0"

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

0 comments on commit 14dd537

Please sign in to comment.