| 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 8033da1cef62d490efd8648da15208a160d77501..334a7ea000b441de4b616618f7f7ceefd3486a4d 100644
|
| --- a/pkg/analyzer/lib/src/dart/analysis/driver.dart
|
| +++ b/pkg/analyzer/lib/src/dart/analysis/driver.dart
|
| @@ -72,7 +72,7 @@ class AnalysisDriver {
|
| /**
|
| * The version of data format, should be incremented on every format change.
|
| */
|
| - static const int DATA_VERSION = 19;
|
| + static const int DATA_VERSION = 20;
|
|
|
| /**
|
| * The number of exception contexts allowed to write. Once this field is
|
|
|