From 80accaaa4996d2252d0355a6e539d38521d5bf76 Mon Sep 17 00:00:00 2001 From: Marcos Irisarri <53787863+marcos-iov@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:21:29 -0300 Subject: [PATCH] Update pipeline.conf to use version 6.6.0.0 --- config/pipeline.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pipeline.conf b/config/pipeline.conf index f47713fd..4a35626c 100755 --- a/config/pipeline.conf +++ b/config/pipeline.conf @@ -1,5 +1,5 @@ const path = require('path'); -const version = 'SNAPSHOT-6.5.0.0'; +const version = 'SNAPSHOT-6.6.0.0'; const nodesConfigPath = 'config/node-configs/'; const keysPathResolve = 'node-keys/'; const keysPath = 'config/node-keys/';