From 520840f8d545e822b443c9e854cbe01238ca8202 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:32:16 +0800 Subject: [PATCH] Update ckb client versions (#3061) feat: update ckb client versions Co-authored-by: Keith-CY --- .ckb-version | 2 +- compatible.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.ckb-version b/.ckb-version index cff1fcdc66..de4d9773e7 100644 --- a/.ckb-version +++ b/.ckb-version @@ -1 +1 @@ -v0.113.1 +v0.114.0 diff --git a/compatible.json b/compatible.json index a28669ae51..ec18d9af2e 100644 --- a/compatible.json +++ b/compatible.json @@ -1,5 +1,6 @@ { "fullVersions": [ + "0.114", "0.113", "0.112", "0.111", @@ -19,6 +20,7 @@ "compatible": { "0.111": { "full": [ + "0.114", "0.113", "0.112", "0.111", @@ -32,6 +34,7 @@ }, "0.110": { "full": [ + "0.114", "0.113", "0.112", "0.111", @@ -61,6 +64,7 @@ }, "0.112": { "full": [ + "0.114", "0.113", "0.112", "0.111",