From c7eff381dcd89835cbcbf7285f65eefdd6e78cd2 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 7 Apr 2023 12:01:34 -0500 Subject: [PATCH] chore(shorebird_cli): bump shorebird engine revision (#267) --- packages/shorebird_cli/lib/src/engine_revision.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shorebird_cli/lib/src/engine_revision.dart b/packages/shorebird_cli/lib/src/engine_revision.dart index e101dd80..1cb82c4f 100644 --- a/packages/shorebird_cli/lib/src/engine_revision.dart +++ b/packages/shorebird_cli/lib/src/engine_revision.dart @@ -1,2 +1,2 @@ /// The hash of the Shorebird engine used by this version of Shorebird CLI. -const shorebirdEngineRevision = '978a56f2d97f9ce24a2b6bc22c9bbceaaba0343c'; +const shorebirdEngineRevision = '7aa5c44764e10722d188ece75819f7d10f5269a3';