From c9d8df4e55a8fdd1452a72ba1130c779685b0eac Mon Sep 17 00:00:00 2001 From: Tomasz Rybarczyk Date: Mon, 19 Jun 2023 10:18:01 +0200 Subject: [PATCH] Fix docker compose marlowe version --- nix/marlowe-cardano/compose.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/marlowe-cardano/compose.nix b/nix/marlowe-cardano/compose.nix index 7a01f9dbc7..345cead1e1 100644 --- a/nix/marlowe-cardano/compose.nix +++ b/nix/marlowe-cardano/compose.nix @@ -58,7 +58,7 @@ let ''; # We assume that all the components are versioned together. - marloweRuntimeVersion = "0.0.1"; + marloweRuntimeVersion = "0.0.2"; symlinks = runCommand "symlinks" { } '' mkdir -p $out ln -sv ${run-sqitch}/bin/run-sqitch $out