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:
parent
de6a7e32bd
commit
0a8f950281
|
@ -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" ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue