diff --git a/Cargo.toml b/Cargo.toml index e2274aef9d..c75ec5ea3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conflux" -version = "2.3.1-testnet" +version = "2.3.2-testnet" edition = "2018" build = "build.rs" diff --git a/client/Cargo.toml b/client/Cargo.toml index 6c4ca44693..083ced7113 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "client" -version = "2.3.1-testnet" +version = "2.3.2-testnet" edition = "2018" [dependencies] diff --git a/core/Cargo.toml b/core/Cargo.toml index 7e3fedf4e7..574b80d2de 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -3,7 +3,7 @@ description = "Conflux core library" homepage = "https://www.confluxnetwork.org" license = "GPL-3.0" name = "cfxcore" -version = "2.3.1-testnet" +version = "2.3.2-testnet" edition = "2018" [dependencies] diff --git a/core/benchmark/storage/Cargo.lock b/core/benchmark/storage/Cargo.lock index f92608f020..45e49e7fd1 100644 --- a/core/benchmark/storage/Cargo.lock +++ b/core/benchmark/storage/Cargo.lock @@ -1774,7 +1774,7 @@ dependencies = [ [[package]] name = "cfxcore" -version = "2.0.2" +version = "2.3.2-testnet" dependencies = [ "anyhow", "async-oneshot",