From e1e653198831491616be5e4e19f97466ce1961ab Mon Sep 17 00:00:00 2001 From: Peilun Li Date: Thu, 19 Oct 2023 07:05:45 +0800 Subject: [PATCH] Release v2.3.1-testnet. --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3bab5ca8e0..6b0c081667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -873,7 +873,7 @@ dependencies = [ [[package]] name = "cfxcore" -version = "2.3.0-3-testnet" +version = "2.3.1-testnet" dependencies = [ "anyhow", "async-oneshot", @@ -1143,7 +1143,7 @@ dependencies = [ [[package]] name = "client" -version = "2.3.0-3-testnet" +version = "2.3.1-testnet" dependencies = [ "anyhow", "app_dirs", @@ -1273,7 +1273,7 @@ dependencies = [ [[package]] name = "conflux" -version = "2.3.0-3-testnet" +version = "2.3.1-testnet" dependencies = [ "app_dirs", "base64ct", diff --git a/Cargo.toml b/Cargo.toml index aa80fb4865..a8d65607a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conflux" -version = "2.3.0-3-testnet" +version = "2.3.1-testnet" edition = "2018" build = "build.rs" diff --git a/client/Cargo.toml b/client/Cargo.toml index af8af8322f..ee1bab6a38 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "client" -version = "2.3.0-3-testnet" +version = "2.3.1-testnet" edition = "2018" [dependencies] diff --git a/core/Cargo.toml b/core/Cargo.toml index 941781b414..df85d1a092 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.0-3-testnet" +version = "2.3.1-testnet" edition = "2018" [dependencies]