From 586db45e79ea1339123c50e9c748427ff9a670a4 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Thu, 18 Jan 2024 12:57:29 -0800 Subject: [PATCH] chore: bump version for 0.22.0 --- 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 ffaad2c6..f0ca228f 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.21.1'; +const packageVersion = '0.22.0'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 63de885d..b22e0640 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: shorebird_cli description: Command-line tool to interact with Shorebird's services. -version: 0.21.1 +version: 0.22.0 repository: https://github.com/shorebirdtech/shorebird publish_to: none