From 5989b9bba1b41b11c8ed703da43a37acad49b0c7 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Tue, 30 Sep 2025 15:25:38 -0500 Subject: [PATCH] chore(shorebird_cli): v1.6.63 (#3342) --- RELEASE_NOTES.md | 6 +++++- packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c709374a..9db605b6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,13 @@ # Release Notes +## 1.6.63 (September 30, 2025) + +- 🪟 fix: use correct executable on windows when multiple executables are generated (thanks @kingdomseed!) + ## 1.6.62 (September 29, 2025) - 🐦 Support for Flutter 3.35.5 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 953b0512..72cb4d5a 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 = '1.6.62'; +const packageVersion = '1.6.63'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index e20fc433..f0405cfe 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: 1.6.62 +version: 1.6.63 repository: https://github.com/shorebirdtech/shorebird resolution: workspace