TS: upgrade script, version string, stats

This commit is contained in:
Asger F
2019-01-14 18:15:02 +00:00
parent 3ed9575529
commit a7b0f7e2ce
5 changed files with 2188 additions and 1 deletions

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 = "2019-09-01";
public static final String EXTRACTOR_VERSION = "2019-14-01";
public static final Pattern NEWLINE = Pattern.compile("\n");