Skip to content

Commit ef07279

Browse files
committed
version: bump to 0.4.27
Signed-off-by: Xin Liu <[email protected]>
1 parent 91382bd commit ef07279

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

gaianet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ set -e
44

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

99
# version of the GaiaNet node
1010
# Note that the version should kept same as the version of installer
11-
installer_version="0.4.26"
11+
installer_version="0.4.27"
1212

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

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ target=$(uname -m)
99
cwd=$(pwd)
1010

1111
repo_branch="main"
12-
version="0.4.26"
13-
rag_api_server_version="0.13.14"
14-
llama_api_server_version="0.16.15"
12+
version="0.4.27"
13+
rag_api_server_version="0.13.15"
14+
llama_api_server_version="0.16.16"
1515
wasmedge_version="0.14.1"
1616
ggml_bn="b5074"
1717
vector_version="0.38.0"

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.4.26"
8+
version="v0.4.27"
99

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

0 commit comments

Comments
 (0)