Skip to content

Commit

Permalink
bee-node-1.0.0-alpha.5 (#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored May 20, 2022
1 parent df14e36 commit 146ce10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bee-node/bee-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bee-node"
version = "1.0.0-alpha.4"
version = "1.0.0-alpha.5"
authors = [ "IOTA Stiftung" ]
edition = "2021"
description = "Default node implementations."
Expand Down
2 changes: 1 addition & 1 deletion bee-node/bee-node/config.alphanet.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"alias": "Bee alphanet node",
"bech32Hrp": "rms",
"networkId": "alphanet-5",
"networkId": "alphanet-6",
"logger": {
"outputs": [
{
Expand Down
2 changes: 1 addition & 1 deletion bee-node/bee-node/config.alphanet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

alias = "Bee alphanet node"
bech32_hrp = "rms"
network_id = "alphanet-5"
network_id = "alphanet-6"

[logger]
[[logger.outputs]]
Expand Down

0 comments on commit 146ce10

Please sign in to comment.