Skip to content

Commit

Permalink
chore: release version 0.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Oct 10, 2023
1 parent fcf3166 commit 7b99503
Show file tree
Hide file tree
Showing 42 changed files with 80 additions and 80 deletions.
78 changes: 39 additions & 39 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/bin/pcli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pcli"
version = "0.61.0"
version = "0.62.0"
authors = ["Penumbra Labs <[email protected]>"]
edition = "2021"
description = "The command-line interface for the Penumbra Zone"
Expand Down
2 changes: 1 addition & 1 deletion crates/bin/pclientd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pclientd"
version = "0.61.0"
version = "0.62.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/bin/pd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pd"
version = "0.61.0"
version = "0.62.0"
authors = ["Penumbra Labs <[email protected]>"]
edition = "2021"
description = "The node software for the Penumbra Zone"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "penumbra-app"
version = "0.61.0"
version = "0.62.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/core/asset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "penumbra-asset"
version = "0.61.0"
version = "0.62.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/core/component/chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "penumbra-chain"
version = "0.61.0"
version = "0.62.0"
edition = "2021"

[dependencies]
Expand Down
Loading

0 comments on commit 7b99503

Please sign in to comment.