From 5a092b6172f74967a7e4e6efffe34a7b44629999 Mon Sep 17 00:00:00 2001 From: Keith-CY Date: Wed, 10 Jan 2024 07:52:39 +0000 Subject: [PATCH] feat: update ckb client versions --- .ckb-version | 2 +- compatible.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.ckb-version b/.ckb-version index bfe1211ecc..64a30f7e97 100644 --- a/.ckb-version +++ b/.ckb-version @@ -1 +1 @@ -v0.112.1 +v0.113.0 diff --git a/compatible.json b/compatible.json index 204a2ddda4..a28669ae51 100644 --- a/compatible.json +++ b/compatible.json @@ -1,5 +1,6 @@ { "fullVersions": [ + "0.113", "0.112", "0.111", "0.110", @@ -18,6 +19,7 @@ "compatible": { "0.111": { "full": [ + "0.113", "0.112", "0.111", "0.110", @@ -30,6 +32,7 @@ }, "0.110": { "full": [ + "0.113", "0.112", "0.111", "0.110", @@ -58,6 +61,7 @@ }, "0.112": { "full": [ + "0.113", "0.112", "0.111", "0.110",