Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f80686

Browse files
author
Max Schaefer
committed
JavaScript: Bump extractor version to avoid trap cache.
1 parent ce65fce commit 8f80686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • javascript/extractor/src/com/semmle/js/extractor

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class Main {
4141
* such a way that it may produce different tuples for the same file under the same
4242
* {@link ExtractorConfig}.
4343
*/
44-
public static final String EXTRACTOR_VERSION = "2019-14-01";
44+
public static final String EXTRACTOR_VERSION = "2019-01-17";
4545

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

0 commit comments

Comments
 (0)