Update FIRST_LETTER_VERSION for rowiki changes

Can't just clear cache on production, as this
now uses per-server apc instance.

Follow-up 486f64f283

Change-Id: I88df6d5a91c86ef687543d1a6988e0ec050bbfce
This commit is contained in:
Brian Wolff 2017-07-19 17:37:29 +00:00 committed by Bartosz Dziewoński
parent 083111628a
commit 22cb66c175

View file

@ -22,7 +22,7 @@
* @since 1.16.3
*/
class IcuCollation extends Collation {
const FIRST_LETTER_VERSION = 2;
const FIRST_LETTER_VERSION = 3;
/** @var Collator */
private $primaryCollator;