From 4ba67e3c8672a973e9daeaa4f1d72d5c776e7687 Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 25 Dec 2019 22:37:17 +0300 Subject: [PATCH] bump version --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 98c5b7d..fada439 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,7 @@ require('dotenv').config() module.exports = { - version: '1.2', + version: '2.2', netId: Number(process.env.NET_ID) || 42, redisUrl: process.env.REDIS_URL, rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/',