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 59b935a8ae4e0da646920ad15302cd866464ff08..da2436d23b5d0b430474827a8d6d7a3ae07b7245 100644 |
--- a/pkg/analyzer/lib/src/dart/analysis/driver.dart |
+++ b/pkg/analyzer/lib/src/dart/analysis/driver.dart |
@@ -85,7 +85,7 @@ class AnalysisDriver implements AnalysisDriverGeneric { |
/** |
* The version of data format, should be incremented on every format change. |
*/ |
- static const int DATA_VERSION = 34; |
+ static const int DATA_VERSION = 35; |
/** |
* The number of exception contexts allowed to write. Once this field is |