Skip to content

Commit ffa61a8

Browse files
Fix versions after 0.5.0 cut
See DACH-NY/canton-network-internal#2535 (preparing the PR a bit earlier than usual, because it's late) [ci] Signed-off-by: Martin Florian <[email protected]>
1 parent a605ace commit ffa61a8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

LATEST_RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.23
1+
0.5.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.5.1

build-tools/find_latest_hard_migration_base_version.sh

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

99
set -euo pipefail
1010

11-
latest_release=$(cat "$SPLICE_ROOT/LATEST_RELEASE")
12-
echo "release-line-${latest_release}"
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.23"

0 commit comments

Comments
 (0)