We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e110e commit 541ff40Copy full SHA for 541ff40
javascript/extractor/src/com/semmle/js/extractor/Main.java
@@ -38,7 +38,7 @@ public class Main {
38
* A version identifier that should be updated every time the extractor changes in such a way that
39
* it may produce different tuples for the same file under the same {@link ExtractorConfig}.
40
*/
41
- public static final String EXTRACTOR_VERSION = "2020-02-14";
+ public static final String EXTRACTOR_VERSION = "2020-04-01";
42
43
public static final Pattern NEWLINE = Pattern.compile("\n");
44
0 commit comments