Skip to content

Commit

Permalink
increase hedera version to 0.56.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <[email protected]>
  • Loading branch information
JeffreyDallas committed Oct 29, 2024
1 parent 22653a3 commit 622b8c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/profile_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ export class ProfileManager {
nodeSeq += 1
}

if (releaseVersion.minor >= 41) {
if (releaseVersion.minor >= 41 && releaseVersion.minor < 56) {
configLines.push(`nextNodeId, ${nodeSeq}`)
}

Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
export const JAVA_VERSION = '21.0.1+12'
export const HELM_VERSION = 'v3.14.2'
export const SOLO_CHART_VERSION = 'v0.33.0'
export const HEDERA_PLATFORM_VERSION = 'v0.54.0-alpha.4'
export const HEDERA_PLATFORM_VERSION = 'v0.56.0'

0 comments on commit 622b8c5

Please sign in to comment.