From 9974252ac6b331b7256dcd7f852c3f9bd027b807 Mon Sep 17 00:00:00 2001 From: Konstantin Shcheglov Date: Thu, 13 Jun 2024 18:48:25 +0000 Subject: [PATCH] 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 Reviewed-by: Keerti Parthasarathy --- pkg/analyzer/lib/src/dart/analysis/driver.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/analyzer/lib/src/dart/analysis/driver.dart b/pkg/analyzer/lib/src/dart/analysis/driver.dart index 653ec1b5777b..eeb366af8276 100644 --- a/pkg/analyzer/lib/src/dart/analysis/driver.dart +++ b/pkg/analyzer/lib/src/dart/analysis/driver.dart @@ -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.