Increment AnalysisDriver.DATA_VERSION

This should have been done in
https://dart-review.googlesource.com/c/sdk/+/267340

Change-Id: Ie1e6ea56bbfdd807c2e7097c6c06b898693b2850
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/308401
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov 2023-06-09 18:05:15 +00:00 committed by Commit Queue
parent ca2adbc480
commit db143df804

View file

@ -87,7 +87,7 @@ import 'package:analyzer/src/utilities/uri_cache.dart';
/// TODO(scheglov) Clean up the list of implicitly analyzed files.
class AnalysisDriver implements AnalysisDriverGeneric {
/// The version of data format, should be incremented on every format change.
static const int DATA_VERSION = 276;
static const int DATA_VERSION = 277;
/// The number of exception contexts allowed to write. Once this field is
/// zero, we stop writing any new exception contexts in this process.