Skip to content

Commit

Permalink
Increment DATA_VERSION.
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
scheglov authored and Commit Queue committed Jun 13, 2024
1 parent bf7f517 commit 9974252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyzer/lib/src/dart/analysis/driver.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ import 'package:meta/meta.dart';
// TODO(scheglov): Clean up the list of implicitly analyzed files.
class AnalysisDriver {
/// The version of data format, should be incremented on every format change.
static const int DATA_VERSION = 366;
static const int DATA_VERSION = 367;

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

0 comments on commit 9974252

Please sign in to comment.