Skip to content

Commit

Permalink
upgrade to v0.53.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon committed Aug 27, 2024
1 parent 70a4716 commit e3ade3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_util.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import { AccountCommand } from '../src/commands/account.mjs'

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

export function getTestCacheDir (testName) {
const baseDir = 'test/data/tmp'
Expand Down
2 changes: 1 addition & 1 deletion version.mjs
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 FST_CHART_VERSION = 'v0.29.1'
export const HEDERA_PLATFORM_VERSION = 'v0.53.0-release-0.53.xff7c43d'
export const HEDERA_PLATFORM_VERSION = 'v0.53.0'

0 comments on commit e3ade3e

Please sign in to comment.