From 009456a6630f2c5f488cc2f5686cdbe17807f44e Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 31 Mar 2023 13:14:51 -0500 Subject: [PATCH] chore(shorebird_cli): bump engine revision (#210) --- 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 85a17471..76492d34 100644 --- a/packages/shorebird_cli/lib/src/engine_revision.dart +++ b/packages/shorebird_cli/lib/src/engine_revision.dart @@ -3,4 +3,4 @@ const requiredFlutterEngineRevision = '9aa7816315'; /// The hash of the Shorebird engine used by this version of Shorebird CLI. -const shorebirdEngineRevision = 'b6e8c4ecd9'; +const shorebirdEngineRevision = 'ff32625d5b';