Skip to content

Commit

Permalink
feat: bump to 2.32.1 (#839)
Browse files Browse the repository at this point in the history
Signed-off-by: nikolay <[email protected]>
  • Loading branch information
natanasow authored Nov 11, 2024
1 parent f6fdc5e commit d88f8fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/hedera-local",
"version": "2.32.0",
"version": "2.32.1",
"description": "Developer tooling for running Local Hedera Network (Consensus + Mirror Nodes).",
"main": "index.ts",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/configuration/local.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"imageTagConfiguration": [
{"key": "NETWORK_NODE_IMAGE_TAG", "value": "0.55.2"},
{"key": "HAVEGED_IMAGE_TAG", "value": "0.55.2"},
{"key": "MIRROR_IMAGE_TAG", "value": "0.116.0"},
{"key": "NETWORK_NODE_IMAGE_TAG", "value": "0.54.0-alpha.5"},
{"key": "HAVEGED_IMAGE_TAG", "value": "0.54.0-alpha.5"},
{"key": "MIRROR_IMAGE_TAG", "value": "0.114.1"},
{"key": "RELAY_IMAGE_TAG", "value": "0.59.0"},
{"key": "MIRROR_NODE_EXPLORER_IMAGE_TAG", "value": "24.4.0"}
],
Expand Down

0 comments on commit d88f8fd

Please sign in to comment.