Skip to content

Commit

Permalink
bump up the solo-charts version
Browse files Browse the repository at this point in the history
Signed-off-by: instamenta <[email protected]>
  • Loading branch information
instamenta committed Dec 19, 2024
1 parent 23238fc commit 7a3ef9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ export class GenesisNetworkDataConstructor implements ToJSON {
}

public toJSON(): JsonString {
return JSON.stringify({
nodeMetadata: Object.values(this.nodes).map(node => node.toObject()),
});
return JSON.stringify({nodeMetadata: Object.values(this.nodes).map(node => node.toObject())});
}
}
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

export const JAVA_VERSION = '21.0.1+12';
export const HELM_VERSION = 'v3.14.2';
export const SOLO_CHART_VERSION = '0.36.3';
export const SOLO_CHART_VERSION = '0.37.0';
export const HEDERA_PLATFORM_VERSION = 'v0.57.2';
export const MIRROR_NODE_VERSION = '0.118.1';
export const HEDERA_EXPLORER_VERSION = '0.2.1';
Expand Down

0 comments on commit 7a3ef9d

Please sign in to comment.