From da1d8963d410b7d0a9b24294e2198bdf73e00a89 Mon Sep 17 00:00:00 2001 From: minsulee2 Date: Fri, 1 Jul 2022 10:08:51 +0900 Subject: [PATCH] Version up --- client/protocol_versions.json | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/client/protocol_versions.json b/client/protocol_versions.json index 9c8810fea..de267a5c9 100644 --- a/client/protocol_versions.json +++ b/client/protocol_versions.json @@ -98,5 +98,8 @@ }, "1.0.7": { "min": "1.0.0" + }, + "1.0.8": { + "min": "1.0.0" } } \ No newline at end of file diff --git a/package.json b/package.json index ad3447f95..da0233e39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ain-blockchain", "description": "AI Network Blockchain", - "version": "1.0.7", + "version": "1.0.8", "private": true, "license": "MIT", "author": "dev@ainetwork.ai",