Skip to content

Commit

Permalink
Update sui version to 0.5.0 (MystenLabs#2674)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfind authored Jun 27, 2022
1 parent 467accc commit 1f97906
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 crates/sui-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui-node"
version = "0.0.0"
version = "0.5.0"
authors = ["Mysten Labs <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion crates/sui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui"
version = "0.2.0"
version = "0.5.0"
authors = ["Mysten Labs <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit 1f97906

Please sign in to comment.