From 3c72ac14054b9ca18c100b04f1ec89c66a83d50c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 08:38:59 +0800 Subject: [PATCH] Update ckb client versions (#2953) feat: update ckb client versions Co-authored-by: Keith-CY --- .ckb-light-version | 2 +- .ckb-version | 2 +- compatible.json | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.ckb-light-version b/.ckb-light-version index 268b0334e6..937cd78462 100644 --- a/.ckb-light-version +++ b/.ckb-light-version @@ -1 +1 @@ -v0.3.0 +v0.3.1 diff --git a/.ckb-version b/.ckb-version index 2b23e8a911..bfe1211ecc 100644 --- a/.ckb-version +++ b/.ckb-version @@ -1 +1 @@ -v0.111.0 +v0.112.1 diff --git a/compatible.json b/compatible.json index 4d1db91ee1..14fd093098 100644 --- a/compatible.json +++ b/compatible.json @@ -1,5 +1,6 @@ { "fullVersions": [ + "0.112", "0.111", "0.110", "0.109", @@ -17,6 +18,7 @@ "compatible": { "0.111": { "full": [ + "0.112", "0.111", "0.110", "0.109" @@ -28,6 +30,7 @@ }, "0.110": { "full": [ + "0.112", "0.111", "0.110", "0.109"