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
parent c26ae26f53
commit 64346e1321

View File

@@ -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");