Skip to content

Commit e3ade3e

Browse files
committed
upgrade to v0.53.0
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent 70a4716 commit e3ade3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test_util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import { AccountCommand } from '../src/commands/account.mjs'
5454

5555
export const testLogger = logging.NewLogger('debug', true)
5656
export const TEST_CLUSTER = 'solo-e2e'
57-
export const HEDERA_PLATFORM_VERSION_TAG = 'v0.53.0-release-0.53.xff7c43d'
57+
export const HEDERA_PLATFORM_VERSION_TAG = 'v0.53.0'
5858

5959
export function getTestCacheDir (testName) {
6060
const baseDir = 'test/data/tmp'

version.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
export const JAVA_VERSION = '21.0.1+12'
2323
export const HELM_VERSION = 'v3.14.2'
2424
export const FST_CHART_VERSION = 'v0.29.1'
25-
export const HEDERA_PLATFORM_VERSION = 'v0.53.0-release-0.53.xff7c43d'
25+
export const HEDERA_PLATFORM_VERSION = 'v0.53.0'

0 commit comments

Comments
 (0)