Skip to content

Commit

Permalink
Merge pull request #372 from ava-labs/prepare-1.3.3
Browse files Browse the repository at this point in the history
prepare for release 1.3.3
  • Loading branch information
felipemadero authored Dec 8, 2022
2 parents a0bf672 + 883c7fa commit 86db57e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
go-version: 1.18
- name: Run e2e tests
shell: bash
run: scripts/tests.e2e.sh 1.9.2 1.9.2 0.4.3
run: scripts/tests.e2e.sh 1.9.4 1.9.4 0.4.5
release:
needs: [lint_test, unit_test, e2e_test]
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.3.3
8 changes: 4 additions & 4 deletions scripts/tests.e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ set -e

export RUN_E2E="true"
# e.g.,
# ./scripts/tests.e2e.sh 1.7.12 1.7.13
# ./scripts/tests.e2e.sh 1.9.4 1.9.4 0.4.5
if ! [[ "$0" =~ scripts/tests.e2e.sh ]]; then
echo "must be run from repository root"
exit 255
fi

DEFAULT_VERSION_1=1.9.2
DEFAULT_VERSION_2=1.9.2
DEFAULT_SUBNET_EVM_VERSION=0.4.3
DEFAULT_VERSION_1=1.9.4
DEFAULT_VERSION_2=1.9.4
DEFAULT_SUBNET_EVM_VERSION=0.4.5

if [ $# == 0 ]; then
VERSION_1=$DEFAULT_VERSION_1
Expand Down

0 comments on commit 86db57e

Please sign in to comment.