From cea0ff5c6dec5e5108acd1d8edfd36c3c2124be7 Mon Sep 17 00:00:00 2001 From: Damir Vodenicarevic Date: Fri, 16 Sep 2022 16:38:14 +0200 Subject: [PATCH] test --- docs/technical-doc/openrpc.json | 2 +- docs/testnet/install.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/technical-doc/openrpc.json b/docs/technical-doc/openrpc.json index 5368a2b5abd..b75ed3382f5 100644 --- a/docs/technical-doc/openrpc.json +++ b/docs/technical-doc/openrpc.json @@ -2,7 +2,7 @@ "openrpc": "1.2.4", "info": { "title": "Massa OpenRPC", - "version": "TEST.14.1", + "version": "TEST.14.2", "description": "Massa OpenRPC spec", "termsOfService": "https://open-rpc.org", "contact": { diff --git a/docs/testnet/install.rst b/docs/testnet/install.rst index 11e5f0e153a..01fc313c75b 100644 --- a/docs/testnet/install.rst +++ b/docs/testnet/install.rst @@ -14,9 +14,9 @@ From binaries If you just wish to run a Massa node without compiling it yourself, you can simply download the latest binary below and go the the next step: :ref:`Running a node `. -- `Windows executable `_ -- `Linux binary `_ - only works with libc2.28 at least (for example Ubuntu 20.04 and higher) -- `MacOS binary `_ +- `Windows executable `_ +- `Linux binary `_ - only works with libc2.28 at least (for example Ubuntu 20.04 and higher) +- `MacOS binary `_ From source code ================