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