Skip to content

Commit

Permalink
version update in Cargo files
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Oct 27, 2023
1 parent d387974 commit 81a2837
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ node.toml:
shutdown_on_missing_block_import = 1800
```


## Diamond Node Software 3.3.5-hbbft-0.9.2

- [FIXED: pruning as root cause for stage 3 errors] https://github.com/DMDcoin/diamond-node/issues/68
Expand Down
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Diamond Node"
name = "diamond-node"
# NOTE Make sure to update util/version/Cargo.toml as well
version = "3.3.5-hbbft-0.9.2"
version = "3.3.5-hbbft-0.9.3"
license = "GPL-3.0"
authors = [
"bit.diamonds developers",
Expand Down
2 changes: 1 addition & 1 deletion crates/util/version/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "parity-version"
# NOTE: this value is used for OpenEthereum version string (via env CARGO_PKG_VERSION)
version = "3.3.5-hbbft-0.9.2"
version = "3.3.5-hbbft-0.9.3"
authors = [
"bit.diamonds developers",
"OpenEthereum developers",
Expand Down

0 comments on commit 81a2837

Please sign in to comment.