File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 42
42
env :
43
43
ARCH : x86_64-unknown-linux-gnu
44
44
OLLAMA_VERSION : v0.7.1
45
- SHINKAI_NODE_VERSION : v1.0.9
45
+ SHINKAI_NODE_VERSION : v1.0.10
46
46
run : |
47
47
npx ts-node ./ci-scripts/download-side-binaries.ts
48
48
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215
215
env :
216
216
ARCH : ${{ matrix.arch }}
217
217
OLLAMA_VERSION : v0.7.1
218
- SHINKAI_NODE_VERSION : v1.0.9
218
+ SHINKAI_NODE_VERSION : v1.0.10
219
219
run : |
220
220
npx ts-node ./ci-scripts/download-side-binaries.ts
221
221
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215
215
- name : Download side binaries
216
216
env :
217
217
ARCH : ${{ matrix.arch }}
218
- SHINKAI_NODE_VERSION : v1.0.9
218
+ SHINKAI_NODE_VERSION : v1.0.10
219
219
OLLAMA_VERSION : v0.7.1
220
220
run : |
221
221
npx ts-node ./ci-scripts/download-side-binaries.ts
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ $ git clone https://github.com/dcSpark/shinkai-apps
61
61
62
62
```
63
63
ARCH="aarch64-apple-darwin" \
64
- SHINKAI_NODE_VERSION="v1.0.9 " \
64
+ SHINKAI_NODE_VERSION="v1.0.10 " \
65
65
OLLAMA_VERSION="v0.7.1" \
66
66
npx ts-node ./ci-scripts/download-side-binaries.ts
67
67
```
@@ -71,7 +71,7 @@ npx ts-node ./ci-scripts/download-side-binaries.ts
71
71
```
72
72
ARCH="x86_64-unknown-linux-gnu" \
73
73
OLLAMA_VERSION="v0.7.1" \
74
- SHINKAI_NODE_VERSION="v1.0.9 " \
74
+ SHINKAI_NODE_VERSION="v1.0.10 " \
75
75
npx ts-node ./ci-scripts/download-side-binaries.ts
76
76
```
77
77
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shinkai/source" ,
3
- "version" : " 1.0.14 " ,
3
+ "version" : " 1.0.15 " ,
4
4
"license" : " SEE LICENSE IN LICENSE" ,
5
5
"files" : [
6
6
" LICENSE"
You can’t perform that action at this time.
0 commit comments