From 1ba90e87c4777a47d06726ddb8fb6f9ab3e37705 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 21 Apr 2023 14:12:03 -0500 Subject: [PATCH] chore(shorebird_cli): v0.0.8 (#344) --- packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 99e44cce..6eb2c3c0 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.7'; +const packageVersion = '0.0.8'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index a3d7c90f..d608ecf9 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.7 +version: 0.0.8 repository: https://github.com/shorebirdtech/shorebird publish_to: none