Skip to content

Commit

Permalink
devnet-0.6.1 release (MystenLabs#3322)
Browse files Browse the repository at this point in the history
  • Loading branch information
tharbert authored Jul 20, 2022
1 parent 5a3cbfd commit 8ca0db7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 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.

3 changes: 2 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
DevNet releases can be found in the `devnet` branch.

## Current Release
* 22-07-12: [0.6.0](https://github.com/MystenLabs/sui/releases/tag/devnet-0.6.0-rc)
* 22-07-19: [0.6.1](https://github.com/MystenLabs/sui/releases/tag/devnet-0.6.1)

## Past Releases
* 22-07-12: [0.6.0](https://github.com/MystenLabs/sui/releases/tag/devnet-0.6.0-rc)
* 22-06-22: [0.5.0](https://github.com/MystenLabs/sui/releases/tag/devnet-0.5.0-rc)
* 22-06-07: [0.4.0](https://github.com/MystenLabs/sui/releases/tag/devnet-0.4.0-rc)
* 22-05-24: [0.3.0](https://github.com/MystenLabs/sui/releases/tag/devnet-0.3.0-rc)
Expand Down
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.6.0"
version = "0.6.1"
authors = ["Mysten Labs <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui-tool"
version = "0.6.0"
version = "0.6.1"
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.6.0"
version = "0.6.1"
authors = ["Mysten Labs <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit 8ca0db7

Please sign in to comment.