Skip to content

Commit

Permalink
Bump core in local Makefile to 20.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh committed Jan 19, 2024
1 parent 974fb36 commit c8715ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@ console:
build-latest:
$(MAKE) build TAG=latest \
XDR_REF=v20.0.2 \
CORE_REF=v20.0.2 \
CORE_REF=v20.1.0 \
CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \
HORIZON_REF=horizon-v2.27.0 \
SOROBAN_RPC_REF=v20.1.0

build-testing:
$(MAKE) build TAG=testing \
XDR_REF=v20.0.2 \
CORE_REF=v20.0.2 \
CORE_REF=v20.1.0 \
CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \
HORIZON_REF=horizon-v2.27.0 \
SOROBAN_RPC_REF=v20.1.0

build-soroban-dev:
$(MAKE) build TAG=soroban-dev \
XDR_REF=v20.0.2 \
CORE_REF=v20.0.2 \
CORE_REF=v20.1.0 \
CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \
HORIZON_REF=horizon-v2.27.0 \
SOROBAN_RPC_REF=v20.1.0
Expand Down

0 comments on commit c8715ed

Please sign in to comment.