Skip to content

Commit 37d5eb6

Browse files
authored
Bump 0.4.0-rc1 (#352)
Signed-off-by: Nana-EC <[email protected]>
1 parent bbc34c6 commit 37d5eb6

File tree

5 files changed

+195
-1187
lines changed

5 files changed

+195
-1187
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22
services:
33
relay:
44
container_name: hedera-jspn-rpc-relay
5-
image: "ghcr.io/hashgraph/hedera-json-rpc-relay:main"
5+
image: "ghcr.io/hashgraph/hedera-json-rpc-relay:0.4.0-rc1"
66
restart: "unless-stopped"
77
ports:
88
- 7546:7546

helm-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: hedera-json-rpc-relay
33
description: Helm chart deployment of the hashgraph/hedera-json-rpc-relay
44
type: application
5-
version: 0.4.0-SNAPSHOT
6-
appVersion: "0.4.0-SNAPSHOT"
5+
version: 0.4.0-rc1
6+
appVersion: "0.4.0-rc1"
77
home: https://github.com/hashgraph/hedera-json-rpc-relay

0 commit comments

Comments
 (0)