Bump EditAttemptStep to 2.0.2

Bug: T237063
Depends-On: I101d17150223c2f4a1ea2338a964d58b8bb7ae95
Change-Id: Iff4c4eb5ce43a67827e9be2202e544dbe7294dc6
This commit is contained in:
David Lynch 2023-10-30 14:39:10 -05:00
parent 8bff6cb6f3
commit cb5929b7e6

View file

@ -187,7 +187,7 @@ class Hooks implements
EventLogging::submit(
'eventlogging_EditAttemptStep',
[
'$schema' => '/analytics/legacy/editattemptstep/2.0.0',
'$schema' => '/analytics/legacy/editattemptstep/2.0.2',
'event' => $data,
]
);