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 <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
diff --git a/pkg/analyzer/lib/src/dart/analysis/driver.dart b/pkg/analyzer/lib/src/dart/analysis/driver.dart
index 4491cfb..0044269 100644
--- a/pkg/analyzer/lib/src/dart/analysis/driver.dart
+++ b/pkg/analyzer/lib/src/dart/analysis/driver.dart
@@ -110,7 +110,7 @@
 // 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 = 464;
+  static const int DATA_VERSION = 467;
 
   /// The number of exception contexts allowed to write. Once this field is
   /// zero, we stop writing any new exception contexts in this process.