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