diff --git a/.github/workflows/build-latest.yml b/.github/workflows/build-latest.yml index 56be8f98..7817010b 100644 --- a/.github/workflows/build-latest.yml +++ b/.github/workflows/build-latest.yml @@ -32,7 +32,7 @@ jobs: sha: ${{ inputs.sha }} arch: amd64 tag: ${{ inputs.tag-prefix }}latest-amd64 - protocol_version_default: 21 + protocol_version_default: 22 xdr_ref: v22.0.0 core_ref: v22.0.0 horizon_ref: horizon-v22.0.1 @@ -56,7 +56,7 @@ jobs: sha: ${{ inputs.sha }} arch: arm64 tag: ${{ inputs.tag-prefix }}latest-arm64 - protocol_version_default: 21 + protocol_version_default: 22 xdr_ref: v22.0.0 core_ref: v22.0.0 horizon_ref: horizon-v22.0.1 diff --git a/Makefile b/Makefile index e704574f..f4c6e266 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ console: build-latest: $(MAKE) build TAG=latest \ - PROTOCOL_VERSION_DEFAULT=21 \ + PROTOCOL_VERSION_DEFAULT=22 \ XDR_REF=v22.0.0 \ CORE_REF=v22.0.0 \ HORIZON_REF=horizon-v22.0.1 \