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 95a93fe commit 3e6389cCopy full SHA for 3e6389c
javascript/extractor/src/com/semmle/js/extractor/Main.java
@@ -43,7 +43,7 @@ public class Main {
43
* A version identifier that should be updated every time the extractor changes in such a way that
44
* it may produce different tuples for the same file under the same {@link ExtractorConfig}.
45
*/
46
- public static final String EXTRACTOR_VERSION = "2021-11-23";
+ public static final String EXTRACTOR_VERSION = "2021-12-17";
47
48
public static final Pattern NEWLINE = Pattern.compile("\n");
49
0 commit comments