From fde1e084b57f946149cfcd1c46545e2cdb48c737 Mon Sep 17 00:00:00 2001 From: Nadezhda Popova Date: Wed, 27 Nov 2024 14:48:21 +0200 Subject: [PATCH] fixup! fixup! fixup! chore: update openrpc file Signed-off-by: Nadezhda Popova --- docs/openrpc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openrpc.json b/docs/openrpc.json index 2baaa26c93..16463d33cb 100644 --- a/docs/openrpc.json +++ b/docs/openrpc.json @@ -944,7 +944,7 @@ "name": "The current client version.", "schema": { "type": "string", - "pattern": "relay/[0-9]\\.[0-9]\\.[0-9]" + "pattern": "relay/[0-9]+\\.[0-9]+\\.[0-9]+(-[a-zA-Z0-9-]+)?$" } } },