From 1410c689cfa6335cec9b0992ada11fb528422803 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 23 Oct 2024 13:32:12 -0500 Subject: [PATCH] Bumping version numbers --- .github/workflows/ci.yml | 4 ++-- bor.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4967697..1f14e3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: --volume "${PWD}:/artifacts" run: | - bash /artifacts/bor.sh v1.4.0 amoy sentry + bash /artifacts/bor.sh v1.5.0 amoy sentry bash /artifacts/heimdall.sh v1.0.10 amoy sentry install_amd64: @@ -56,5 +56,5 @@ jobs: - uses: actions/checkout@v4 - name: Install binary run: | - ./bor.sh v1.4.0 amoy sentry + ./bor.sh v1.5.0 amoy sentry ./heimdall.sh v1.0.10 amoy sentry \ No newline at end of file diff --git a/bor.sh b/bor.sh index 0fea168..085bd2d 100755 --- a/bor.sh +++ b/bor.sh @@ -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.0" network="mainnet" nodetype="sentry"