From 163c5511915cb43df1762e420d0de01220e1b4fc Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Sun, 16 Feb 2020 20:20:51 +0100
Subject: [PATCH] [fix] RFC 0004 WS2Pv1: field SOFT_VERSION must accept suffix

---
 rfc/0004_ws2p_v1.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rfc/0004_ws2p_v1.md b/rfc/0004_ws2p_v1.md
index 916ad9e..474dcb0 100644
--- a/rfc/0004_ws2p_v1.md
+++ b/rfc/0004_ws2p_v1.md
@@ -275,7 +275,7 @@ PUBKEY := public key of the issuer node of this head
 BLOCKSTAMP = `blockNumber-Hash`  
 WS2PID := unique identifier of the ws2p endpoint  
 SOFTWARE = `duniter-ts`  
-SOFT_VERSION = `X.Y.Z` (for example `1.6.14`)  
+SOFT_VERSION = `X.Y.Z-suffix` (for example `1.6.14-beta`)  
 POW_PREFIX := nonce prefix for proof of work (manually fixed by the user)
 
 #### sig field
-- 
GitLab