| 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 2032914c751350435a93d377e95453fed4ac5ab4..4f1234eef388c55e918232f3d36e0b756e18d7fb 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 {
|
| /**
|
| * The version of data format, should be incremented on every format change.
|
| */
|
| - static const int DATA_VERSION = 9;
|
| + static const int DATA_VERSION = 10;
|
|
|
| /**
|
| * The name of the driver, e.g. the name of the folder.
|
|
|