diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 6eb2c3c01..1f6522423 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.8'; +const packageVersion = '0.0.9'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index fd2df4a33..04709622b 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.8 +description: Command-line tool to interact with Shorebird's services. +version: 0.0.9 repository: https://github.com/shorebirdtech/shorebird publish_to: none