Skip to content

Commit cfa1a9b

Browse files
committed
JS: Update extractor version string
1 parent 1434f7a commit cfa1a9b

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
@@ -42,7 +42,7 @@ public class Main {
4242
* A version identifier that should be updated every time the extractor changes in such a way that
4343
* it may produce different tuples for the same file under the same {@link ExtractorConfig}.
4444
*/
45-
public static final String EXTRACTOR_VERSION = "2025-03-20";
45+
public static final String EXTRACTOR_VERSION = "2025-04-10";
4646

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

0 commit comments

Comments
 (0)