From 38582ee88f97ee5db10c0bebf4e213b2f724c371 Mon Sep 17 00:00:00 2001 From: Marcos Date: Mon, 18 Dec 2023 11:55:22 -0300 Subject: [PATCH] Update pipeline.conf to use powpeg version SNAPSHOT-6.1.0.0 --- config/pipeline.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pipeline.conf b/config/pipeline.conf index 767f558f..b7f5e3b0 100755 --- a/config/pipeline.conf +++ b/config/pipeline.conf @@ -1,5 +1,5 @@ const path = require('path'); -const version = 'SNAPSHOT-5.4.0.0'; +const version = 'SNAPSHOT-6.1.0.0'; const nodesConfigPath = 'config/node-configs/'; const keysPathResolve = 'node-keys/'; const keysPath = 'config/node-keys/';