Skip to content

Commit 5719315

Browse files
authored
Merge pull request dropbox#185 from dwolfhub/patch-1
update reference year to 2017
2 parents 8bc7b7a + 7b43153 commit 5719315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scoring.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ scoring =
250250
base_guesses * match.token.length
251251

252252
MIN_YEAR_SPACE: 20
253-
REFERENCE_YEAR: 2016
253+
REFERENCE_YEAR: new Date().getFullYear()
254254

255255
regex_guesses: (match) ->
256256
char_class_bases =

0 commit comments

Comments
 (0)