JavaScript: Bump extractor version.

This is not so much because extractor output has changed (it hasn't, except for corner cases) but to disable trap caching so as to help us to flush out bugs.
This commit is contained in:
Max Schaefer
2018-11-09 08:50:55 +00:00
parent f06cef5d40
commit f26d47aacb

View File

@@ -39,7 +39,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-10-16";
public static final String EXTRACTOR_VERSION = "2018-11-12";
public static final Pattern NEWLINE = Pattern.compile("\n");