Skip to content

Commit

Permalink
Merge pull request #22 from maticnetwork/djpolygon/ci_fix
Browse files Browse the repository at this point in the history
Bumping version numbers
  • Loading branch information
djpolygon authored Dec 11, 2024
2 parents f78a35d + 3dfee31 commit 04f443a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
--volume "${PWD}:/artifacts"
run: |
bash /artifacts/bor.sh v1.4.0 amoy sentry
bash /artifacts/bor.sh v1.5.3 amoy sentry
bash /artifacts/heimdall.sh v1.0.10 amoy sentry
install_amd64:
Expand All @@ -56,5 +56,5 @@ jobs:
- uses: actions/checkout@v4
- name: Install binary
run: |
./bor.sh v1.4.0 amoy sentry
./bor.sh v1.5.3 amoy sentry
./heimdall.sh v1.0.10 amoy sentry
2 changes: 1 addition & 1 deletion bor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require_util() {
oops "you do not have '$1' installed, which I need to $2"
}

version="0.3.0"
version="1.5.3"
network="mainnet"
nodetype="sentry"

Expand Down

0 comments on commit 04f443a

Please sign in to comment.