From dece7a0ced619ed30d69da44f82ee697b797d81e Mon Sep 17 00:00:00 2001 From: Roman Storm Date: Fri, 8 May 2020 12:08:59 -0700 Subject: [PATCH] bump version --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index c35c5ab..3f93125 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,7 @@ require('dotenv').config() module.exports = { - version: 2.4, + version: 2.5, netId: Number(process.env.NET_ID) || 42, redisUrl: process.env.REDIS_URL, rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/',