TS: bump extractor version string

This commit is contained in:
Asger F
2018-12-19 10:37:27 +00:00
parent 2044f5fe89
commit a91599e7fd

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-11-23";
public static final String EXTRACTOR_VERSION = "2018-12-19";
public static final Pattern NEWLINE = Pattern.compile("\n");