Skip to content

Commit 95be339

Browse files
committed
JS: Bump extractor version string
1 parent dc8743b commit 95be339

File tree

1 file changed

+1
-1
lines changed
  • javascript/extractor/src/com/semmle/js/extractor

1 file changed

+1
-1
lines changed

javascript/extractor/src/com/semmle/js/extractor/Main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class Main {
4141
* A version identifier that should be updated every time the extractor changes in such a way that
4242
* it may produce different tuples for the same file under the same {@link ExtractorConfig}.
4343
*/
44-
public static final String EXTRACTOR_VERSION = "2024-10-29";
44+
public static final String EXTRACTOR_VERSION = "2025-01-09";
4545

4646
public static final Pattern NEWLINE = Pattern.compile("\n");
4747

0 commit comments

Comments
 (0)