From a90381d33409168b533be622d09b248a841e92f2 Mon Sep 17 00:00:00 2001 From: Maciej Baj Date: Thu, 14 Jun 2018 17:43:06 +0200 Subject: [PATCH] Bump version --- config.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index b9177333ffd..e9d690f78ea 100644 --- a/config.json +++ b/config.json @@ -2,8 +2,8 @@ "wsPort": 5001, "httpPort": 5000, "address": "0.0.0.0", - "version": "1.0.0-beta.8", - "minVersion": ">=1.0.0-beta.8", + "version": "1.0.0-beta.9", + "minVersion": ">=1.0.0-beta.9", "fileLogLevel": "debug", "logFileName": "logs/lisk.log", "consoleLogLevel": "error", diff --git a/package.json b/package.json index 3248013faa7..e1b4c3e9a0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lisk", - "version": "1.0.0-beta.8", + "version": "1.0.0-beta.9", "description": "Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ",