From 8c7de33ca8ae81977bc5d7ff1c4b0f29bb21163d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Mon, 4 Nov 2019 09:45:05 -0300 Subject: [PATCH] Constants for binary receiver spec 1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- lib/bindings/http/constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bindings/http/constants.js b/lib/bindings/http/constants.js index c4d312f..c9ebeda 100644 --- a/lib/bindings/http/constants.js +++ b/lib/bindings/http/constants.js @@ -5,6 +5,7 @@ module.exports = { SPEC_V02 : "0.2", SPEC_V03 : "0.3", + SPEC_V1 : "1.0", DEFAULT_SPEC_VERSION_HEADER : "ce-specversion",