Skip to content

Commit 90a4076

Browse files
committed
version: bump to 0.6.0
Signed-off-by: Xin Liu <sam@secondstate.io>
1 parent 4890f7d commit 90a4076

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gaianet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# version of CLI tool
66
# Note that the version should kept same as the version of installer
7-
version="0.5.4"
7+
version="0.6.0"
88

99
# path to the default gaianet base directory. It could be changed by the --base option
1010
gaianet_base_dir="$HOME/gaianet"

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ target=$(uname -m)
99
cwd=$(pwd)
1010

1111
repo_branch="feat-new-nexus"
12-
version="0.5.4"
12+
version="0.6.0"
1313
llama_api_server_version="0.25.1"
1414
gaia_nexus_version="0.2.0"
1515
wasmedge_version="0.14.1"

uninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
# path to the default gaianet base directory. It could be changed by the --base option
66
gaianet_base_dir="$HOME/gaianet"
77

8-
version="v0.5.4"
8+
version="0.6.0"
99

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

0 commit comments

Comments
 (0)