From fd25e194fff1923f0abd3979e852c9a7a66e6c7a Mon Sep 17 00:00:00 2001 From: Peilun Li Date: Fri, 5 Jan 2024 18:18:26 +0800 Subject: [PATCH] Release v2.3.4-testnet. --- Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 272dbdf6bf..b2149ea24f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conflux" -version = "2.3.3-testnet" +version = "2.3.4-testnet" edition = "2018" build = "build.rs" diff --git a/client/Cargo.toml b/client/Cargo.toml index dfe0f019f2..69bf75fb36 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "client" -version = "2.3.3-testnet" +version = "2.3.4-testnet" edition = "2018" [dependencies] diff --git a/core/Cargo.toml b/core/Cargo.toml index abb4cee2ce..31d35e8be0 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.3-testnet" +version = "2.3.4-testnet" edition = "2018" [dependencies]