We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1434f7a commit cfa1a9bCopy full SHA for cfa1a9b
javascript/extractor/src/com/semmle/js/extractor/Main.java
@@ -42,7 +42,7 @@ public class Main {
42
* A version identifier that should be updated every time the extractor changes in such a way that
43
* it may produce different tuples for the same file under the same {@link ExtractorConfig}.
44
*/
45
- public static final String EXTRACTOR_VERSION = "2025-03-20";
+ public static final String EXTRACTOR_VERSION = "2025-04-10";
46
47
public static final Pattern NEWLINE = Pattern.compile("\n");
48
0 commit comments