Skip to content

Commit

Permalink
JS: Bump extractor version string
Browse files Browse the repository at this point in the history
  • Loading branch information
asgerf committed Jan 9, 2025
1 parent dc8743b commit 95be339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/extractor/src/com/semmle/js/extractor/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class Main {
* A version identifier that should be updated every time the extractor changes in such a way that
* it may produce different tuples for the same file under the same {@link ExtractorConfig}.
*/
public static final String EXTRACTOR_VERSION = "2024-10-29";
public static final String EXTRACTOR_VERSION = "2025-01-09";

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

Expand Down

0 comments on commit 95be339

Please sign in to comment.