| 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 0f4248ea2f023f19ad45693e56a4c2196656d9d0..381ee24c8ad917c2578279e207989787c88a4b04 100644
|
| --- a/pkg/analyzer/lib/src/dart/analysis/driver.dart
|
| +++ b/pkg/analyzer/lib/src/dart/analysis/driver.dart
|
| @@ -85,7 +85,7 @@ class AnalysisDriver implements AnalysisDriverGeneric {
|
| /**
|
| * The version of data format, should be incremented on every format change.
|
| */
|
| - static const int DATA_VERSION = 37;
|
| + static const int DATA_VERSION = 38;
|
|
|
| /**
|
| * The number of exception contexts allowed to write. Once this field is
|
|
|