We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030136f commit 561e43dCopy full SHA for 561e43d
packages/pigeon/lib/src/generator_tools.dart
@@ -15,7 +15,7 @@ import 'generator.dart';
15
/// The current version of pigeon.
16
///
17
/// This must match the version in pubspec.yaml.
18
-const String pigeonVersion = '26.1.6';
+const String pigeonVersion = '26.1.7';
19
20
/// Read all the content from [stdin] to a String.
21
String readStdin() {
0 commit comments