Skip to content

Commit

Permalink
Merge pull request #47 from rsksmart/bump-6400
Browse files Browse the repository at this point in the history
Update pipeline.conf to use version 6.4.0.0
  • Loading branch information
marcos-iov authored Jul 3, 2024
2 parents d7061fc + a5f17db commit cbb92d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pipeline.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const path = require('path');
const version = 'SNAPSHOT-6.3.0.0';
const version = 'SNAPSHOT-6.4.0.0';
const nodesConfigPath = 'config/node-configs/';
const keysPathResolve = 'node-keys/';
const keysPath = 'config/node-keys/';
Expand Down

0 comments on commit cbb92d0

Please sign in to comment.