Skip to content

Commit d88f8fd

Browse files
authored
feat: bump to 2.32.1 (#839)
Signed-off-by: nikolay <[email protected]>
1 parent f6fdc5e commit d88f8fd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/hedera-local",
3-
"version": "2.32.0",
3+
"version": "2.32.1",
44
"description": "Developer tooling for running Local Hedera Network (Consensus + Mirror Nodes).",
55
"main": "index.ts",
66
"scripts": {

src/configuration/local.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"imageTagConfiguration": [
3-
{"key": "NETWORK_NODE_IMAGE_TAG", "value": "0.55.2"},
4-
{"key": "HAVEGED_IMAGE_TAG", "value": "0.55.2"},
5-
{"key": "MIRROR_IMAGE_TAG", "value": "0.116.0"},
3+
{"key": "NETWORK_NODE_IMAGE_TAG", "value": "0.54.0-alpha.5"},
4+
{"key": "HAVEGED_IMAGE_TAG", "value": "0.54.0-alpha.5"},
5+
{"key": "MIRROR_IMAGE_TAG", "value": "0.114.1"},
66
{"key": "RELAY_IMAGE_TAG", "value": "0.59.0"},
77
{"key": "MIRROR_NODE_EXPLORER_IMAGE_TAG", "value": "24.4.0"}
88
],

0 commit comments

Comments
 (0)