Chromium Code Reviews| 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 33d36d22fd89d5bb3ff379fae936296a03ba6e03..7f65b70ea2622d69feb82c8cb1ecae56cd7d58c2 100644 |
| --- a/pkg/analyzer/lib/src/dart/analysis/driver.dart |
| +++ b/pkg/analyzer/lib/src/dart/analysis/driver.dart |
| @@ -66,7 +66,7 @@ class AnalysisDriver { |
| /** |
| * The version of data format, should be incremented on every format change. |
| */ |
| - static const int DATA_VERSION = 2; |
| + static const int DATA_VERSION = 3; |
|
Paul Berry
2016/11/09 17:14:05
Note: I just landed a change which bumps DATA_VERS
|
| /** |
| * The name of the driver, e.g. the name of the folder. |