Skip to content

Commit 6fd68e9

Browse files
committed
version: bump to 0.4.26
Signed-off-by: Xin Liu <[email protected]>
1 parent adeeae6 commit 6fd68e9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.25"
7+
version="0.4.26"
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.25"
11+
installer_version="0.4.26"
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ target=$(uname -m)
99
cwd=$(pwd)
1010

1111
repo_branch="main"
12-
version="0.4.25"
13-
rag_api_server_version="0.13.13"
14-
llama_api_server_version="0.16.14"
12+
version="0.4.26"
13+
rag_api_server_version="0.13.14"
14+
llama_api_server_version="0.16.15"
1515
wasmedge_version="0.14.1"
16-
ggml_bn="b4917"
16+
ggml_bn="b5074"
1717
vector_version="0.38.0"
1818
dashboard_version="v3.1"
1919
assistant_version="0.4.3"

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

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

0 commit comments

Comments
 (0)