Skip to content

Commit d195ee9

Browse files
[Intl] Fix Intl::getIcuStubVersion()
1 parent 1449c4e commit d195ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Intl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public static function getIcuDataVersion(): string
106106
*/
107107
public static function getIcuStubVersion(): string
108108
{
109-
return '76.1';
109+
return '77.1';
110110
}
111111

112112
/**

0 commit comments

Comments
 (0)