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 7486496bc19c246b785ccd56d3ed82c5b6c2035f..2762e6eb8bc7d47f65199b00eaf36f0909d9da6e 100644 |
--- a/pkg/analyzer/lib/src/dart/analysis/driver.dart |
+++ b/pkg/analyzer/lib/src/dart/analysis/driver.dart |
@@ -67,7 +67,7 @@ class AnalysisDriver { |
/** |
* The version of data format, should be incremented on every format change. |
*/ |
- static const int DATA_VERSION = 5; |
+ static const int DATA_VERSION = 6; |
/** |
* The name of the driver, e.g. the name of the folder. |