diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d1857b9b..8e56cbc5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,10 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya --> +## 1.6.72 (December 16, 2025) + +- 🐦 Support for Flutter 3.38.5 + ## 1.6.71 (December 5, 2025) - 🐦 Support for Flutter 3.38.4 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index a3719d67..29c9cb4a 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.71'; +const packageVersion = '1.6.72'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 577121dc..6bc45adb 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.71 +version: 1.6.72 repository: https://github.com/shorebirdtech/shorebird resolution: workspace