JS: Bump extractor version string

This commit is contained in:
Asger Feldthaus
2020-04-01 12:26:30 +01:00
parent b5e110e39e
commit 541ff40d24

View File

@@ -38,7 +38,7 @@ public class Main {
* A version identifier that should be updated every time the extractor changes in such a way that
* it may produce different tuples for the same file under the same {@link ExtractorConfig}.
*/
public static final String EXTRACTOR_VERSION = "2020-02-14";
public static final String EXTRACTOR_VERSION = "2020-04-01";
public static final Pattern NEWLINE = Pattern.compile("\n");