From bf24bf0b93115cae2af8ef8a3eb310a0b8ea4483 Mon Sep 17 00:00:00 2001 From: Boyu Yang Date: Mon, 30 May 2022 11:02:55 +0800 Subject: [PATCH] chore: bump version to v0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ea823a..af8dbe5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-merkle-mountain-range" -version = "0.3.2" +version = "0.4.0" authors = ["Nervos Core Dev "] edition = "2018" license = "MIT"