Index: sdk/lib/_internal/pub/lib/src/barback.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/barback.dart b/sdk/lib/_internal/pub/lib/src/barback.dart |
index bd06b66ff5d8c10941594deacfc50bac11573782..6f14935ffeb3269707bb93b3664d24e9a8a10697 100644 |
--- a/sdk/lib/_internal/pub/lib/src/barback.dart |
+++ b/sdk/lib/_internal/pub/lib/src/barback.dart |
@@ -40,7 +40,7 @@ export 'barback/sources.dart' show WatcherType; |
/// |
/// Whenever a new non-patch version of barback is published, this *must* be |
/// incremented to synchronize with that. |
-final supportedVersion = new Version(0, 10, 0); |
+final supportedVersion = new Version(0, 11, 0); |
/// An identifier for a transformer and the configuration that will be passed to |
/// it. |