From fa177e03553f444c1ba1ae845f23470f9e9d7b1d Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Mon, 27 May 2019 13:01:36 +1000 Subject: [PATCH] Bumped API version number to 0.2.0 --- specs/validator/beacon_node_oapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/validator/beacon_node_oapi.yaml b/specs/validator/beacon_node_oapi.yaml index 6dca1a107..940f82137 100644 --- a/specs/validator/beacon_node_oapi.yaml +++ b/specs/validator/beacon_node_oapi.yaml @@ -2,7 +2,7 @@ openapi: "3.0.2" info: title: "Minimal Beacon Node API for Validator" description: "A minimal API specification for the beacon node, which enables a validator to connect and perform its obligations on the Ethereum 2.0 phase 0 beacon chain." - version: "0.1.2" + version: "0.2.0" license: name: "Apache 2.0" url: "https://www.apache.org/licenses/LICENSE-2.0.html"