Skip to content

Commit 4eee31c

Browse files
committed
Fix expectation
1 parent 3f4323d commit 4eee31c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Turbo/TurboExtensionEnabler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ final class TurboExtensionEnabler
5252
* version is the short SHA of the last commit touching turbo-ext/src/,
5353
* enforced by the turbo-ext.yml version job.
5454
*/
55-
public const EXPECTED_EXTENSION_VERSION = 'c229525';
55+
public const EXPECTED_EXTENSION_VERSION = 'c206bb5';
5656

5757
private static bool $typeCombinatorCacheEnabled = false;
5858

0 commit comments

Comments
 (0)