| 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 8eba8dbefabce1ed1779e9a42626101d25987daa..e1607c8981e95e9efe8ffa87a183f71116d20024 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 = 35;
|
| + static const int DATA_VERSION = 36;
|
|
|
| /**
|
| * The number of exception contexts allowed to write. Once this field is
|
|
|