From dc0db5b6aff9f50b70dbe41389897638cafd508f Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 17 Apr 2023 17:21:48 -0500 Subject: [PATCH] chore(shorebird_cli): v0.0.6 (#303) --- packages/shorebird_cli/lib/src/engine_revision.dart | 2 +- packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/shorebird_cli/lib/src/engine_revision.dart b/packages/shorebird_cli/lib/src/engine_revision.dart index 618a6ee98..111721732 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 9f1996498..e6abb0766 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 174806e91..a73e24409 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