Skip to content

Commit 9974252

Browse files
scheglovCommit Queue
authored and
Commit Queue
committed
Increment DATA_VERSION.
https://dart-review.googlesource.com/c/sdk/+/371260 should have done this. Change-Id: I34763f6221ad1c0f098d1c24eb9928935f917c78 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/371442 Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Keerti Parthasarathy <[email protected]>
1 parent bf7f517 commit 9974252

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 @@ import 'package:meta/meta.dart';
9595
// TODO(scheglov): Clean up the list of implicitly analyzed files.
9696
class AnalysisDriver {
9797
/// The version of data format, should be incremented on every format change.
98-
static const int DATA_VERSION = 366;
98+
static const int DATA_VERSION = 367;
9999

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

0 commit comments

Comments
 (0)