Skip to content

Commit 91ae0bf

Browse files
scheglovCommit Queue
authored andcommitted
Analyzer DATA_VERSION++
We need to make it different than in https://dart-review.googlesource.com/c/sdk/+/432462 Related to https://dart-review.googlesource.com/c/sdk/+/432161 Change-Id: I56b5935e8fb9e46fc69657ecbe007c19404c10f8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/432520 Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
1 parent 72ee544 commit 91ae0bf

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
@@ -110,7 +110,7 @@ testFineAfterLibraryAnalyzerHook;
110110
// TODO(scheglov): Clean up the list of implicitly analyzed files.
111111
class AnalysisDriver {
112112
/// The version of data format, should be incremented on every format change.
113-
static const int DATA_VERSION = 464;
113+
static const int DATA_VERSION = 467;
114114

115115
/// The number of exception contexts allowed to write. Once this field is
116116
/// zero, we stop writing any new exception contexts in this process.

0 commit comments

Comments
 (0)