Skip to content

Commit 4d47392

Browse files
committed
bump version to 2.3.0 (#1079)
* bump version to 2.3.0 * update e2e test hash
1 parent 9f563c9 commit 4d47392

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
THOR_IMAGE: vechain/thor:${{ github.sha }}
3939
name: Run Tests
4040
steps:
41-
# Main: https://github.com/vechain/thor-e2e-tests/tree/256a22618ae328769ad3a060debdb026e120fd00
41+
# Main: https://github.com/vechain/thor-e2e-tests/tree/bc75a1814361ff987402b6dd0225b44292d2780b
4242
# For release branches, names in the thor and thor-e2e-tests repos should match
4343
- name: Set e2e repo reference
4444
id: set-ref
4545
run: |
4646
# Default fallback commit
47-
REF="256a22618ae328769ad3a060debdb026e120fd00"
47+
REF="bc75a1814361ff987402b6dd0225b44292d2780b"
4848
4949
if [ "${{ github.event_name }}" = "pull_request" ]; then
5050
# For pull_request events, we only look at the PR's base branch

api/doc/thor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ info:
1212
license:
1313
name: LGPL 3.0
1414
url: https://www.gnu.org/licenses/lgpl-3.0.en.html
15-
version: 2.2.2
15+
version: 2.3.0
1616
servers:
1717
- url: /
1818
description: Current Node

cmd/thor/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.2
1+
2.3.0

0 commit comments

Comments
 (0)