From e38bdca277d9a72d19b3c7f061bc76ee00ddbf9f Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Thu, 5 Dec 2024 14:20:47 -0800 Subject: [PATCH] Bump latest to v22 (#646) --- .github/workflows/build-latest.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 \