From 0ca31f0c0396db9db44b29266194609287fee0ae Mon Sep 17 00:00:00 2001 From: Jeromy Cannon Date: Tue, 21 Jan 2025 18:20:48 +0000 Subject: [PATCH] updated to latest version of hedera-service main branch Signed-off-by: Jeromy Cannon --- version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.ts b/version.ts index 0b2b6bdfc..02e92ae9c 100644 --- a/version.ts +++ b/version.ts @@ -21,7 +21,7 @@ export const HELM_VERSION = 'v3.14.2'; export const SOLO_CHART_VERSION = '0.42.10'; -export const HEDERA_PLATFORM_VERSION = 'v0.59.0-main.x5322bdc'; +export const HEDERA_PLATFORM_VERSION = 'v0.59.0-main.x0129e3a'; export const LOCAL_HEDERA_PLATFORM_VERSION = 'v0.58.3'; export const MIRROR_NODE_VERSION = '0.120.1'; export const HEDERA_EXPLORER_VERSION = '0.2.1';