Skip to content

Commit

Permalink
Merge pull request #464 from dcSpark/agallardol/version-bump
Browse files Browse the repository at this point in the history
- cicd: version bump
  • Loading branch information
nicarq authored Sep 30, 2024
2 parents be28982 + 9d6bbbb commit 0c41d95
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-ci-healchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Download side binaries
env:
ARCH: x86_64-unknown-linux-gnu
SHINKAI_NODE_VERSION: v0.8.6
OLLAMA_VERSION: v0.3.10
SHINKAI_NODE_VERSION: v0.8.7
OLLAMA_VERSION: v0.3.12
run: |
npx ts-node ./ci-scripts/download-side-binaries.ts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ jobs:
- name: Download side binaries
env:
ARCH: ${{ matrix.arch }}
SHINKAI_NODE_VERSION: v0.8.6
OLLAMA_VERSION: v0.3.10
SHINKAI_NODE_VERSION: v0.8.7
OLLAMA_VERSION: v0.3.12
run: |
npx ts-node ./ci-scripts/download-side-binaries.ts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ jobs:
- name: Download side binaries
env:
ARCH: ${{ matrix.arch }}
SHINKAI_NODE_VERSION: v0.8.6
OLLAMA_VERSION: v0.3.10
SHINKAI_NODE_VERSION: v0.8.7
OLLAMA_VERSION: v0.3.12
run: |
npx ts-node ./ci-scripts/download-side-binaries.ts
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@ $ git clone https://github.com/dcSpark/shinkai-apps
#### Macos
```
ARCH="aarch64-apple-darwin" \
OLLAMA_VERSION="v0.3.10" \
SHINKAI_NODE_VERSION="v0.8.6" \
OLLAMA_VERSION="v0.3.12" \
SHINKAI_NODE_VERSION="v0.8.7" \
npx ts-node ./ci-scripts/download-side-binaries.ts
```

#### Linux
```
ARCH="x86_64-unknown-linux-gnu" \
OLLAMA_VERSION="v0.3.10"\
SHINKAI_NODE_VERSION="v0.8.6" \
OLLAMA_VERSION="v0.3.12"\
SHINKAI_NODE_VERSION="v0.8.7" \
npx ts-node ./ci-scripts/download-side-binaries.ts
```

#### Windows
```
$ENV:OLLAMA_VERSION="v0.3.10"
$ENV:SHINKAI_NODE_VERSION="v0.8.6"
$ENV:OLLAMA_VERSION="v0.3.12"
$ENV:SHINKAI_NODE_VERSION="v0.8.7"
$ENV:ARCH="x86_64-pc-windows-msvc"
npx ts-node ./ci-scripts/download-side-binaries.ts
```
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shinkai/source",
"version": "0.8.8",
"version": "0.8.9",
"license": "SEE LICENSE IN LICENSE",
"files": [
"LICENSE"
Expand Down

0 comments on commit 0c41d95

Please sign in to comment.