Skip to content

Commit d487a85

Browse files
authored
Update core version as a follow up pr to #670. (#672)
1 parent c531505 commit d487a85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build-latest:
2525
$(MAKE) build TAG=latest \
2626
PROTOCOL_VERSION_DEFAULT=22 \
2727
XDR_REF=v22.0.0 \
28-
CORE_REF=v22.0.0 \
28+
CORE_REF=v22.2.0 \
2929
HORIZON_REF=horizon-v22.0.2 \
3030
STELLAR_RPC_REF=v22.1.2 \
3131
FRIENDBOT_REF=horizon-v22.0.2
@@ -34,7 +34,7 @@ build-testing:
3434
$(MAKE) build TAG=testing \
3535
PROTOCOL_VERSION_DEFAULT=22 \
3636
XDR_REF=v22.0.0 \
37-
CORE_REF=v22.0.0 \
37+
CORE_REF=v22.2.0 \
3838
HORIZON_REF=horizon-v22.0.2 \
3939
STELLAR_RPC_REF=v22.1.2 \
4040
FRIENDBOT_REF=horizon-v22.0.2
@@ -43,7 +43,7 @@ build-future:
4343
$(MAKE) build TAG=future \
4444
PROTOCOL_VERSION_DEFAULT=22 \
4545
XDR_REF=v22.0.0 \
46-
CORE_REF=v22.0.0 \
46+
CORE_REF=v22.2.0 \
4747
HORIZON_REF=horizon-v22.0.2 \
4848
STELLAR_RPC_REF=v22.1.2 \
4949
FRIENDBOT_REF=horizon-v22.0.2

0 commit comments

Comments
 (0)