Index: pkg/analyzer/lib/src/dart/analysis/driver.dart |
diff --git a/pkg/analyzer/lib/src/dart/analysis/driver.dart b/pkg/analyzer/lib/src/dart/analysis/driver.dart |
index 33d58ff6b66b146bd9c0f12b0cd6da62892272ce..7ff264abb75218ff59204df04554c9a58bdf480e 100644 |
--- a/pkg/analyzer/lib/src/dart/analysis/driver.dart |
+++ b/pkg/analyzer/lib/src/dart/analysis/driver.dart |
@@ -73,7 +73,7 @@ class AnalysisDriver implements AnalysisDriverGeneric { |
/** |
* The version of data format, should be incremented on every format change. |
*/ |
- static const int DATA_VERSION = 29; |
+ static const int DATA_VERSION = 30; |
/** |
* The number of exception contexts allowed to write. Once this field is |