Skip to content

Commit

Permalink
Update version to v2.3.0-2-testnet.
Browse files Browse the repository at this point in the history
  • Loading branch information
peilun-conflux committed Jul 19, 2023
1 parent 4b2a322 commit c7aaeee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conflux"
version = "2.3.0-testnet"
version = "2.3.0-2-testnet"
edition = "2018"
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "client"
version = "2.3.0-testnet"
version = "2.3.0-2-testnet"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Conflux core library"
homepage = "https://www.confluxnetwork.org"
license = "GPL-3.0"
name = "cfxcore"
version = "2.3.0-testnet"
version = "2.3.0-2-testnet"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit c7aaeee

Please sign in to comment.