diff --git a/packages/shorebird_cli/lib/src/engine_revision.dart b/packages/shorebird_cli/lib/src/engine_revision.dart index 618a6ee9..11172173 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 = 'e6a2a5a43973430d9f038cd81cb1779b6b404909'; +const shorebirdEngineRevision = '8b89f8bd9fc6982aa9c4557fd0e5e89db1ff9986'; diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 9f199649..e6abb076 100644 --- a/packages/shorebird_cli/lib/src/version.dart +++ b/packages/shorebird_cli/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.0.5'; +const packageVersion = '0.0.6'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 174806e9..a73e2440 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: shorebird_cli description: The Shorebird command-line allows developers to interact with various Shorebird services. -version: 0.0.5 +version: 0.0.6 repository: https://github.com/shorebirdtech/shorebird publish_to: none