diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ce9a6330..9e708243 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,7 +4,9 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkishan appbundle proto tlsv --> -This section contains past updates we've sent to customers. +## 1.6.38 (May 16, 2025) + +- ✅ No intended changes. Last expected release before Flutter 3.32.0. ## 1.6.37 (May 13, 2025) diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 11401fb9..9b8aa697 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.37'; +const packageVersion = '1.6.38'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 6805f0e0..2c8fba31 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.37 +version: 1.6.38 repository: https://github.com/shorebirdtech/shorebird publish_to: none