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