Merge branch 'master' into v2.0.1-beta-candidate

This commit is contained in:
kamuikatsurgi 2025-03-04 13:44:16 +05:30
commit 24403e9df3
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -236,8 +236,8 @@ jobs:
- name: Launch devnet
run: |
cd matic-cli/devnet
bash ../docker_devnet.sh
cd -
bash ../util-scripts/docker/devnet_setup.sh
cd -
timeout 2m bash bor/integration-tests/bor_health.sh
- name: Run smoke tests

View file

@ -21,9 +21,9 @@ import (
)
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 5 // Minor version component of the current release
VersionPatch = 5 // Patch version component of the current release
VersionMajor = 2 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string
)