Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix pigeonVersion
  • Loading branch information
bparrishMines committed Sep 21, 2025
commit b4fa524b022c3587d2bd8cab9a8f2ff4777f9062
2 changes: 1 addition & 1 deletion packages/pigeon/lib/src/generator_tools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import 'generator.dart';
/// The current version of pigeon.
///
/// This must match the version in pubspec.yaml.
const String pigeonVersion = '26.0.1';
const String pigeonVersion = '26.0.2';

/// Read all the content from [stdin] to a String.
String readStdin() {
Expand Down