FIX: bumps emoji cache version (#7195)

Might not be necessary, but might avoid weird results with all the recents emoji changes.
This commit is contained in:
Joffrey JAFFEUX 2019-03-18 08:22:36 +01:00 committed by GitHub
parent de6a7e32bd
commit 0a8f950281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
class Emoji
# update this to clear the cache
EMOJI_VERSION = "7"
EMOJI_VERSION = "8"
FITZPATRICK_SCALE ||= [ "1f3fb", "1f3fc", "1f3fd", "1f3fe", "1f3ff" ]