We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a4716 commit e3ade3eCopy full SHA for e3ade3e
test/test_util.js
@@ -54,7 +54,7 @@ import { AccountCommand } from '../src/commands/account.mjs'
54
55
export const testLogger = logging.NewLogger('debug', true)
56
export const TEST_CLUSTER = 'solo-e2e'
57
-export const HEDERA_PLATFORM_VERSION_TAG = 'v0.53.0-release-0.53.xff7c43d'
+export const HEDERA_PLATFORM_VERSION_TAG = 'v0.53.0'
58
59
export function getTestCacheDir (testName) {
60
const baseDir = 'test/data/tmp'
version.mjs
@@ -22,4 +22,4 @@
22
export const JAVA_VERSION = '21.0.1+12'
23
export const HELM_VERSION = 'v3.14.2'
24
export const FST_CHART_VERSION = 'v0.29.1'
25
-export const HEDERA_PLATFORM_VERSION = 'v0.53.0-release-0.53.xff7c43d'
+export const HEDERA_PLATFORM_VERSION = 'v0.53.0'
0 commit comments