Skip to content

Commit 3b31722

Browse files
Bump versions after 0.4.21 cut (#2741)
+ cleanup HDM test workaround Part of DACH-NY/canton-network-internal#2180 [ci] Signed-off-by: Martin Florian <martin.florian@digitalasset.com>
1 parent 79bcf31 commit 3b31722

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

LATEST_RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.20
1+
0.4.21

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.21
1+
0.4.22

build-tools/find_latest_hard_migration_base_version.sh

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

99
set -euo pipefail
1010

11-
# latest_release=$(cat "$SPLICE_ROOT/LATEST_RELEASE")
12-
# echo "release-line-${latest_release}"
13-
14-
# TODO(DACH-NY/canton-network-internal#2180): revert this to release-line-${latest_release} once latest_release is 0.4.21
15-
echo "0.4.20-with-auth0-changes"
11+
latest_release=$(cat "$SPLICE_ROOT/LATEST_RELEASE")
12+
echo "release-line-${latest_release}"

0 commit comments

Comments
 (0)