JS: bump extractor version for improved support for Flow

This commit is contained in:
Esben Sparre Andreasen 2019-01-03 11:10:32 +01:00
Родитель c26ae26f53
Коммит 64346e1321
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,7 @@ public class Main {
* such a way that it may produce different tuples for the same file under the same
* {@link ExtractorConfig}.
*/
public static final String EXTRACTOR_VERSION = "2018-12-19";
public static final String EXTRACTOR_VERSION = "2019-09-01";
public static final Pattern NEWLINE = Pattern.compile("\n");