From aff8b3e280fea8a6240f0cd5f2a9070453f96bf4 Mon Sep 17 00:00:00 2001 From: nflaig Date: Mon, 5 Aug 2024 20:15:03 +0000 Subject: [PATCH] deploy: cdd6e95b45da423d207309446a9a7d891b2cd8df --- beacon-node-oapi.yaml | 2 +- releases/{v0.1.0 => v2.6.0}/beacon-node-oapi.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename releases/{v0.1.0 => v2.6.0}/beacon-node-oapi.json (100%) diff --git a/beacon-node-oapi.yaml b/beacon-node-oapi.yaml index ad7855f0..9131dda4 100644 --- a/beacon-node-oapi.yaml +++ b/beacon-node-oapi.yaml @@ -19,7 +19,7 @@ info: increase in the version number Note that it is possible for a field to be added to an endpoint's data or metadata without an increase in the version number. - version: 2.6.0 - Ethereum Proof-of-Stake Consensus Specification v1.4.0 + version: 2.7.0 - Ethereum Proof-of-Stake Consensus Specification v1.4.0 contact: name: Ethereum Github url: 'https://github.com/ethereum/beacon-apis/issues' diff --git a/releases/v0.1.0/beacon-node-oapi.json b/releases/v2.6.0/beacon-node-oapi.json similarity index 100% rename from releases/v0.1.0/beacon-node-oapi.json rename to releases/v2.6.0/beacon-node-oapi.json