Skip to content

Commit eb44304

Browse files
Fix HDM test base version after MainNet upgrade (#3427)
Part of DACH-NY/canton-network-internal#2868 [static] Signed-off-by: Martin Florian <[email protected]>
1 parent 4a0c074 commit eb44304

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build-tools/find_latest_hard_migration_base_version.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@
88

99
set -euo pipefail
1010

11-
# TODO(DACH-NY/canton-network-internal#2179) revert to normal once MainNet is on 0.5.x
12-
# latest_release=$(cat "$SPLICE_ROOT/LATEST_RELEASE")
13-
# echo "release-line-${latest_release}"
14-
echo "release-line-0.4.25"
11+
latest_release=$(cat "$SPLICE_ROOT/LATEST_RELEASE")
12+
echo "release-line-${latest_release}"

0 commit comments

Comments
 (0)