Skip to content

Commit d16ad91

Browse files
scheglovcommit-bot@chromium.org
authored andcommitted
Update DATA_VERSION after summary2 changes to support extensions.
[email protected], [email protected] Change-Id: I834c400308e9479aacc483fb2e129db180402937 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/109886 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent da58647 commit d16ad91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analyzer/lib/src/dart/analysis/driver.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class AnalysisDriver implements AnalysisDriverGeneric {
9595
/**
9696
* The version of data format, should be incremented on every format change.
9797
*/
98-
static const int DATA_VERSION = 85;
98+
static const int DATA_VERSION = 86;
9999

100100
/**
101101
* The number of exception contexts allowed to write. Once this field is

0 commit comments

Comments
 (0)